Html Css Color HEX #654CEB Slate Blue

📋 copy color: '#654CEB'

red 101 ◦ green 76 ◦ blue 235

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

Shades of Slate Blue #654CEB

Tints of Slate Blue #654CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 57.04%

R = 24.51%
G = 18.45%
B = 57.04%

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

#654CEB (or 0x654CEB) is known color: Slate Blue. HEX triplet: 65, 4C and EB. RGB value is (101,76,235). Sum of RGB (Red+Green+Blue) = 101+76+235=412 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.51% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 235 (92.19% from 255 or 57.04% from 412); Max value from RGB is 235 - color contains mainly: blue. Hex color #654CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #654CEB is #9AB314. Grayscale: #646464. Windows color (decimal): -10138389 or 15420517. OLE color: 15420517.

HSL color Cylindrical-coordinate representation of color #654CEB: hue angle of 249.43º degrees, saturation: 0.8, 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 #654CEB is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 101 76 235 -
CMYK 0.57 0.68 0 0.08
HSL 249.43º 0.8% 0.61% -
HSV(B) 249.43º 0.68% 0.92% -
XYZ 22.95 13.93 80.08 -
YUV 101.6 203.28 127.57 -
System Red Green Blue C M Y K H S L
Decimal 101 76 235 0.57 0.68 0 0.08 249.43 0.8 0.61
Hex 65 4C EB 39 44 0 8 F9 50 3D
Octal 145 114 353 71 104 0 10 371 120 75
Binary 1100101 1001100 11101011 111001 1000100 0 1000 11111001 1010000 111101

Color Harmonies of #654CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654CEB

Black with #654CEB

Text Example


Text Example

White with #654CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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