#654ED0

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

Shades of Slate Blue #654ED0

Tints of Slate Blue #654ED0

Color information

#654ED0 (or 0x654ED0) is unknown color: approx Slate Blue. HEX triplet: 65, 4E and D0. RGB value is (101,78,208). Sum of RGB (Red+Green+Blue) = 101+78+208=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 208 (81.64% from 255 or 53.75% from 387); Max value from RGB is 208 - color contains mainly: blue. Hex color #654ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654ED0 is #9AB12F. Grayscale: #636363. Windows color (decimal): -10137904 or 13651557. OLE color: 13651557.

HSL color Cylindrical-coordinate representation of color #654ED0: hue angle of 250.62º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #654ED0 is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10178208-
CMYK0.510.6200.18
HSL250.62º58.04%56.08%-
HSV(B)250.62º62.5%81.57%-
XYZ19.4812.7761.11-
YUV99.7189.12128.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.10%
GREEN value IS 78 (30.86% from 255) = 20.16%
BLUE value IS 208 (81.64% from 255) = 53.75%
R=26.10%
G=20.16%
B=53.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal101782080.510.6200.18250.6258.0456.08
Hex654ED0333E012fb3a38
Octal14511632063760223737270
Binary110010110011101101000011001111111001001011111011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654ED0; }

 p { color: rgb(101,78,208); }

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

<style>
 a { background-color: #654ED0; }

 a { background-color: rgb(101,78,208); }

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

<style>
 span { border-color: #654ED0; }

 span { border-color: rgb(101,78,208); }

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