#655FFD

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

Shades of Medium Slate Blue #655FFD

Tints of Medium Slate Blue #655FFD

Color information

#655FFD (or 0x655FFD) is unknown color: approx Medium Slate Blue. HEX triplet: 65, 5F and FD. RGB value is (101,95,253). Sum of RGB (Red+Green+Blue) = 101+95+253=449 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.49% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #655FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655FFD is #9AA002. Grayscale: #727272. Windows color (decimal): -10133507 or 16605029. OLE color: 16605029.

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

Color convert

RGB10195253-
CMYK0.600.6200.01
HSL242.28º97.53%68.24%-
HSV(B)242.28º62.45%99.22%-
XYZ27.1918.0494.98-
YUV114.81205.99118.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.49%
GREEN value IS 95 (37.5% from 255) = 21.16%
BLUE value IS 253 (99.22% from 255) = 56.35%
R=22.49%
G=21.16%
B=56.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal101952530.600.6200.01242.2897.5368.24
Hex655FFD3C3E01f26244
Octal145137375747601362142104
Binary1100101101111111111101111100111110011111001011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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