Html Css Color HEX #7864CA Slate Blue

📋 copy color: '#7864CA'

red 120 ◦ green 100 ◦ blue 202

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

Shades of Slate Blue #7864CA

Tints of Slate Blue #7864CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.87%

R = 28.44%
G = 23.7%
B = 47.87%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7864CA (or 0x7864CA) is known color: Slate Blue. HEX triplet: 78, 64 and CA. RGB value is (120,100,202). Sum of RGB (Red+Green+Blue) = 120+100+202=422 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.44% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #7864CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7864CA is #879B35. Grayscale: #757575. Windows color (decimal): -8887094 or 13263992. OLE color: 13263992.

HSL color Cylindrical-coordinate representation of color #7864CA: hue angle of 251.76º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7864CA is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 120 100 202 -
CMYK 0.41 0.50 0 0.21
HSL 251.76º 0.49% 0.59% -
HSV(B) 251.76º 0.5% 0.79% -
XYZ 22.96 17.37 58.02 -
YUV 117.61 175.63 129.71 -
System Red Green Blue C M Y K H S L
Decimal 120 100 202 0.41 0.50 0 0.21 251.76 0.49 0.59
Hex 78 64 CA 29 32 0 15 FC 31 3B
Octal 170 144 312 51 62 0 25 374 61 73
Binary 1111000 1100100 11001010 101001 110010 0 10101 11111100 110001 111011

Color Harmonies of #7864CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7864CA

Black with #7864CA

Text Example


Text Example

White with #7864CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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