Html Css Color HEX #654EEB Slate Blue

📋 copy color: '#654EEB'

red 101 ◦ green 78 ◦ blue 235

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

Shades of Slate Blue #654EEB

Tints of Slate Blue #654EEB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.84%

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

R = 24.4%
G = 18.84%
B = 56.76%

CMYK

 C value IS 0.57

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#654EEB (or 0x654EEB) is known color: Slate Blue. HEX triplet: 65, 4E and EB. RGB value is (101,78,235). Sum of RGB (Red+Green+Blue) = 101+78+235=414 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.40% from 414); Green value is 78 (30.86% from 255 or 18.84% from 414); Blue value is 235 (92.19% from 255 or 56.76% from 414); Max value from RGB is 235 - color contains mainly: blue. Hex color #654EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #654EEB is #9AB114. Grayscale: #666666. Windows color (decimal): -10137877 or 15421029. OLE color: 15421029.

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

Color convert

RGB 101 78 235 -
CMYK 0.57 0.67 0 0.08
HSL 248.79º 0.8% 0.61% -
HSV(B) 248.79º 0.67% 0.92% -
XYZ 23.09 14.21 80.12 -
YUV 102.78 202.62 126.73 -
System Red Green Blue C M Y K H S L
Decimal 101 78 235 0.57 0.67 0 0.08 248.79 0.8 0.61
Hex 65 4E EB 39 43 0 8 F9 50 3D
Octal 145 116 353 71 103 0 10 371 120 75
Binary 1100101 1001110 11101011 111001 1000011 0 1000 11111001 1010000 111101

Color Harmonies of #654EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654EEB

Black with #654EEB

Text Example


Text Example

White with #654EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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