Html Css Color HEX #7868D2 Slate Blue

📋 copy color: '#7868D2'

red 120 ◦ green 104 ◦ blue 210

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

Shades of Slate Blue #7868D2

Tints of Slate Blue #7868D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 48.39%

R = 27.65%
G = 23.96%
B = 48.39%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7868D2 (or 0x7868D2) is known color: Slate Blue. HEX triplet: 78, 68 and D2. RGB value is (120,104,210). Sum of RGB (Red+Green+Blue) = 120+104+210=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 210 (82.42% from 255 or 48.39% from 434); Max value from RGB is 210 - color contains mainly: blue. Hex color #7868D2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7868D2 is #87972D. Grayscale: #787878. Windows color (decimal): -8886062 or 13789304. OLE color: 13789304.

HSL color Cylindrical-coordinate representation of color #7868D2: hue angle of 249.06º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7868D2 is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 120 104 210 -
CMYK 0.43 0.50 0 0.18
HSL 249.06º 0.54% 0.62% -
HSV(B) 249.06º 0.5% 0.82% -
XYZ 24.33 18.55 63.27 -
YUV 120.87 178.3 127.38 -
System Red Green Blue C M Y K H S L
Decimal 120 104 210 0.43 0.50 0 0.18 249.06 0.54 0.62
Hex 78 68 D2 2B 32 0 12 F9 36 3E
Octal 170 150 322 53 62 0 22 371 66 76
Binary 1111000 1101000 11010010 101011 110010 0 10010 11111001 110110 111110

Color Harmonies of #7868D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7868D2

Black with #7868D2

Text Example


Text Example

White with #7868D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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