Html Css Color HEX #7868CF Slate Blue

📋 copy color: '#7868CF'

red 120 ◦ green 104 ◦ blue 207

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

Shades of Slate Blue #7868CF

Tints of Slate Blue #7868CF

RGB

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

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

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

R = 27.84%
G = 24.13%
B = 48.03%

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

#7868CF (or 0x7868CF) is known color: Slate Blue. HEX triplet: 78, 68 and CF. RGB value is (120,104,207). Sum of RGB (Red+Green+Blue) = 120+104+207=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #7868CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7868CF is #879730. Grayscale: #787878. Windows color (decimal): -8886065 or 13592696. OLE color: 13592696.

HSL color Cylindrical-coordinate representation of color #7868CF: hue angle of 249.32º degrees, saturation: 0.52, 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 #7868CF is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 104 207 -
CMYK 0.42 0.50 0 0.19
HSL 249.32º 0.52% 0.61% -
HSV(B) 249.32º 0.5% 0.81% -
XYZ 23.96 18.4 61.32 -
YUV 120.53 176.8 127.62 -
System Red Green Blue C M Y K H S L
Decimal 120 104 207 0.42 0.50 0 0.19 249.32 0.52 0.61
Hex 78 68 CF 2A 32 0 13 F9 34 3D
Octal 170 150 317 52 62 0 23 371 64 75
Binary 1111000 1101000 11001111 101010 110010 0 10011 11111001 110100 111101

Color Harmonies of #7868CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7868CF

Black with #7868CF

Text Example


Text Example

White with #7868CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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