Html Css Color HEX #7868CE Slate Blue

📋 copy color: '#7868CE'

red 120 ◦ green 104 ◦ blue 206

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

Shades of Slate Blue #7868CE

Tints of Slate Blue #7868CE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.19%

 BLUE value IS 206 (80.86% from 255) = 47.91%

R = 27.91%
G = 24.19%
B = 47.91%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7868CE (or 0x7868CE) is known color: Slate Blue. HEX triplet: 78, 68 and CE. RGB value is (120,104,206). Sum of RGB (Red+Green+Blue) = 120+104+206=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #7868CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7868CE is #879731. Grayscale: #787878. Windows color (decimal): -8886066 or 13527160. OLE color: 13527160.

HSL color Cylindrical-coordinate representation of color #7868CE: hue angle of 249.41º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7868CE is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 104 206 -
CMYK 0.42 0.50 0 0.19
HSL 249.41º 0.51% 0.61% -
HSV(B) 249.41º 0.5% 0.81% -
XYZ 23.84 18.35 60.68 -
YUV 120.41 176.3 127.71 -
System Red Green Blue C M Y K H S L
Decimal 120 104 206 0.42 0.50 0 0.19 249.41 0.51 0.61
Hex 78 68 CE 2A 32 0 13 F9 33 3D
Octal 170 150 316 52 62 0 23 371 63 75
Binary 1111000 1101000 11001110 101010 110010 0 10011 11111001 110011 111101

Color Harmonies of #7868CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7868CE

Black with #7868CE

Text Example


Text Example

White with #7868CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7868CE; }

 p { color: rgb(120,104,206); }

 H1.HeaderClassName
 {
   color: #7868CE;
 }
 .AnyTagClassName
 {
   color: #7868CE;
 }
</style>

background-color css

<style>
 a { background-color: #7868CE; }

 a { background-color: rgb(120,104,206); }

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

border-color css

<style>
 span { border-color: #7868CE; }

 span { border-color: rgb(120,104,206); }

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