Html Css Color HEX #654CE1 Slate Blue

📋 copy color: '#654CE1'

red 101 ◦ green 76 ◦ blue 225

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

Shades of Slate Blue #654CE1

Tints of Slate Blue #654CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 55.97%

R = 25.12%
G = 18.91%
B = 55.97%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#654CE1 (or 0x654CE1) is known color: Slate Blue. HEX triplet: 65, 4C and E1. RGB value is (101,76,225). Sum of RGB (Red+Green+Blue) = 101+76+225=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 225 (88.28% from 255 or 55.97% from 402); Max value from RGB is 225 - color contains mainly: blue. Hex color #654CE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654CE1 is #9AB31E. Grayscale: #636363. Windows color (decimal): -10138399 or 14765157. OLE color: 14765157.

HSL color Cylindrical-coordinate representation of color #654CE1: hue angle of 250.07º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #654CE1 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 101 76 225 -
CMYK 0.55 0.66 0 0.12
HSL 250.07º 0.71% 0.59% -
HSV(B) 250.07º 0.66% 0.88% -
XYZ 21.54 13.37 72.68 -
YUV 100.46 198.28 128.38 -
System Red Green Blue C M Y K H S L
Decimal 101 76 225 0.55 0.66 0 0.12 250.07 0.71 0.59
Hex 65 4C E1 37 42 0 C FA 47 3B
Octal 145 114 341 67 102 0 14 372 107 73
Binary 1100101 1001100 11100001 110111 1000010 0 1100 11111010 1000111 111011

Color Harmonies of #654CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654CE1

Black with #654CE1

Text Example


Text Example

White with #654CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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