#654ecb

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

Shades of Slate Blue #654ECB

Tints of Slate Blue #654ECB

Color information

#654ECB (or 0x654ECB) is unknown color: approx Slate Blue. HEX triplet: 65, 4E and CB. RGB value is (101,78,203). Sum of RGB (Red+Green+Blue) = 101+78+203=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #654ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654ECB is #9AB134. Grayscale: #626262. Windows color (decimal): -10137909 or 13323877. OLE color: 13323877.

HSL color Cylindrical-coordinate representation of color #654ECB: hue angle of 251.04º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #654ECB is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10178203-
CMYK0.500.6200.20
HSL251.04º54.59%55.1%-
HSV(B)251.04º61.58%79.61%-
XYZ18.8712.5357.92-
YUV99.13186.62129.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.44%
GREEN value IS 78 (30.86% from 255) = 20.42%
BLUE value IS 203 (79.69% from 255) = 53.14%
R=26.44%
G=20.42%
B=53.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal101782030.500.6200.20251.0454.5955.1
Hex654ECB323E014fb3737
Octal14511631362760243736767
Binary110010110011101100101111001011111001010011111011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654ecb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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