Html Css Color HEX #7864CF Slate Blue

📋 copy color: '#7864CF'

red 120 ◦ green 100 ◦ blue 207

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

Shades of Slate Blue #7864CF

Tints of Slate Blue #7864CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.48%

R = 28.1%
G = 23.42%
B = 48.48%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7864CF (or 0x7864CF) is known color: Slate Blue. HEX triplet: 78, 64 and CF. RGB value is (120,100,207). Sum of RGB (Red+Green+Blue) = 120+100+207=427 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.10% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #7864CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7864CF is #879B30. Grayscale: #757575. Windows color (decimal): -8887089 or 13591672. OLE color: 13591672.

HSL color Cylindrical-coordinate representation of color #7864CF: hue angle of 251.21º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7864CF is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 100 207 -
CMYK 0.42 0.52 0 0.19
HSL 251.22º 0.53% 0.6% -
HSV(B) 251.22º 0.52% 0.81% -
XYZ 23.57 17.61 61.19 -
YUV 118.18 178.13 129.3 -
System Red Green Blue C M Y K H S L
Decimal 120 100 207 0.42 0.52 0 0.19 251.22 0.53 0.6
Hex 78 64 CF 2A 34 0 13 FB 35 3C
Octal 170 144 317 52 64 0 23 373 65 74
Binary 1111000 1100100 11001111 101010 110100 0 10011 11111011 110101 111100

Color Harmonies of #7864CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7864CF

Black with #7864CF

Text Example


Text Example

White with #7864CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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