#655EFD

Color #655EFD Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #655EFD

Tints of Medium Slate Blue #655EFD

Color information

#655EFD (or 0x655EFD) is unknown color: approx Medium Slate Blue. HEX triplet: 65, 5E and FD. RGB value is (101,94,253). Sum of RGB (Red+Green+Blue) = 101+94+253=448 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.54% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #655EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655EFD is #9AA102. Grayscale: #717171. Windows color (decimal): -10133763 or 16604773. OLE color: 16604773.

HSL color Cylindrical-coordinate representation of color #655EFD: hue angle of 242.64º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #655EFD is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB10194253-
CMYK0.600.6300.01
HSL242.64º97.55%68.04%-
HSV(B)242.64º62.85%99.22%-
XYZ27.117.8694.95-
YUV114.22206.32118.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 22.54%
GREEN value IS 94 (37.11% from 255) = 20.98%
BLUE value IS 253 (99.22% from 255) = 56.47%
R=22.54%
G=20.98%
B=56.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal101942530.600.6300.01242.6497.5568.04
Hex655EFD3C3F01f36244
Octal145136375747701363142104
Binary1100101101111011111101111100111111011111001111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655EFD; }

 p { color: rgb(101,94,253); }

 H1.HeaderClassName
 {
   color: #655EFD;
 }
 .AnyTagClassName
 {
   color: #655EFD;
 }
</style>
background-color css

<style>
 a { background-color: #655EFD; }

 a { background-color: rgb(101,94,253); }

 div.DivClassName
 {
   background-color: #655EFD;
 }
 .BgClassName
 {
   background-color: #655EFD;
 }
</style>
border-color css

<style>
 span { border-color: #655EFD; }

 span { border-color: rgb(101,94,253); }

 td.TdClassName
 {
   border-color: #655EFD;
 }
 .TagClassName
 {
   border-color: #655EFD;
 }
</style>