Html Css Color HEX #654CEA Slate Blue

📋 copy color: '#654CEA'

red 101 ◦ green 76 ◦ blue 234

#654CEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #654CEA

Tints of Slate Blue #654CEA

RGB

 RED value IS 101 (39.84% from 255) = 24.57%

 GREEN value IS 76 (30.08% from 255) = 18.49%

 BLUE value IS 234 (91.8% from 255) = 56.93%

R = 24.57%
G = 18.49%
B = 56.93%

CMYK

 C value IS 0.57

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#654CEA (or 0x654CEA) is known color: Slate Blue. HEX triplet: 65, 4C and EA. RGB value is (101,76,234). Sum of RGB (Red+Green+Blue) = 101+76+234=411 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.57% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 234 (91.80% from 255 or 56.93% from 411); Max value from RGB is 234 - color contains mainly: blue. Hex color #654CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #654CEA is #9AB315. Grayscale: #646464. Windows color (decimal): -10138390 or 15354981. OLE color: 15354981.

HSL color Cylindrical-coordinate representation of color #654CEA: hue angle of 249.49º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #654CEA is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 101 76 234 -
CMYK 0.57 0.68 0 0.08
HSL 249.49º 0.79% 0.61% -
HSV(B) 249.49º 0.68% 0.92% -
XYZ 22.8 13.88 79.32 -
YUV 101.49 202.78 127.65 -
System Red Green Blue C M Y K H S L
Decimal 101 76 234 0.57 0.68 0 0.08 249.49 0.79 0.61
Hex 65 4C EA 39 44 0 8 F9 4F 3D
Octal 145 114 352 71 104 0 10 371 117 75
Binary 1100101 1001100 11101010 111001 1000100 0 1000 11111001 1001111 111101

Color Harmonies of #654CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654CEA

Black with #654CEA

Text Example


Text Example

White with #654CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,76,234); }

 H1.HeaderClassName
 {
   color: #654CEA;
 }
 .AnyTagClassName
 {
   color: #654CEA;
 }
</style>

background-color css

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

 a { background-color: rgb(101,76,234); }

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

border-color css

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

 span { border-color: rgb(101,76,234); }

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