Html Css Color HEX #7864D8 Slate Blue

📋 copy color: '#7864D8'

red 120 ◦ green 100 ◦ blue 216

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

Shades of Slate Blue #7864D8

Tints of Slate Blue #7864D8

RGB

 RED value IS 120 (47.27% from 255) = 27.52%

 GREEN value IS 100 (39.45% from 255) = 22.94%

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

R = 27.52%
G = 22.94%
B = 49.54%

CMYK

 C value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7864D8 (or 0x7864D8) is known color: Slate Blue. HEX triplet: 78, 64 and D8. RGB value is (120,100,216). Sum of RGB (Red+Green+Blue) = 120+100+216=436 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.52% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 216 (84.77% from 255 or 49.54% from 436); Max value from RGB is 216 - color contains mainly: blue. Hex color #7864D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7864D8 is #879B27. Grayscale: #767676. Windows color (decimal): -8887080 or 14181496. OLE color: 14181496.

HSL color Cylindrical-coordinate representation of color #7864D8: hue angle of 250.34º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7864D8 is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 120 100 216 -
CMYK 0.44 0.54 0 0.15
HSL 250.34º 0.6% 0.62% -
HSV(B) 250.34º 0.54% 0.85% -
XYZ 24.7 18.07 67.15 -
YUV 119.2 182.63 128.57 -
System Red Green Blue C M Y K H S L
Decimal 120 100 216 0.44 0.54 0 0.15 250.34 0.6 0.62
Hex 78 64 D8 2C 36 0 F FA 3C 3E
Octal 170 144 330 54 66 0 17 372 74 76
Binary 1111000 1100100 11011000 101100 110110 0 1111 11111010 111100 111110

Color Harmonies of #7864D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7864D8

Black with #7864D8

Text Example


Text Example

White with #7864D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7864D8; }

 p { color: rgb(120,100,216); }

 H1.HeaderClassName
 {
   color: #7864D8;
 }
 .AnyTagClassName
 {
   color: #7864D8;
 }
</style>

background-color css

<style>
 a { background-color: #7864D8; }

 a { background-color: rgb(120,100,216); }

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

border-color css

<style>
 span { border-color: #7864D8; }

 span { border-color: rgb(120,100,216); }

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