Html Css Color HEX #654ED8 Slate Blue

📋 copy color: '#654ED8'

red 101 ◦ green 78 ◦ blue 216

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

Shades of Slate Blue #654ED8

Tints of Slate Blue #654ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 54.68%

R = 25.57%
G = 19.75%
B = 54.68%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#654ED8 (or 0x654ED8) is known color: Slate Blue. HEX triplet: 65, 4E and D8. RGB value is (101,78,216). Sum of RGB (Red+Green+Blue) = 101+78+216=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 216 (84.77% from 255 or 54.68% from 395); Max value from RGB is 216 - color contains mainly: blue. Hex color #654ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654ED8 is #9AB127. Grayscale: #646464. Windows color (decimal): -10137896 or 14175845. OLE color: 14175845.

HSL color Cylindrical-coordinate representation of color #654ED8: hue angle of 250º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #654ED8 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 78 216 -
CMYK 0.53 0.64 0 0.15
HSL 250º 0.64% 0.58% -
HSV(B) 250º 0.64% 0.85% -
XYZ 20.49 13.17 66.43 -
YUV 100.61 193.12 128.28 -
System Red Green Blue C M Y K H S L
Decimal 101 78 216 0.53 0.64 0 0.15 250 0.64 0.58
Hex 65 4E D8 35 40 0 F FA 40 3A
Octal 145 116 330 65 100 0 17 372 100 72
Binary 1100101 1001110 11011000 110101 1000000 0 1111 11111010 1000000 111010

Color Harmonies of #654ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654ED8

Black with #654ED8

Text Example


Text Example

White with #654ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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