Html Css Color HEX #7863CB Slate Blue

📋 copy color: '#7863CB'

red 120 ◦ green 99 ◦ blue 203

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

Shades of Slate Blue #7863CB

Tints of Slate Blue #7863CB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.46%

 BLUE value IS 203 (79.69% from 255) = 48.1%

R = 28.44%
G = 23.46%
B = 48.1%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7863CB (or 0x7863CB) is known color: Slate Blue. HEX triplet: 78, 63 and CB. RGB value is (120,99,203). Sum of RGB (Red+Green+Blue) = 120+99+203=422 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.44% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #7863CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7863CB is #879C34. Grayscale: #747474. Windows color (decimal): -8887349 or 13329272. OLE color: 13329272.

HSL color Cylindrical-coordinate representation of color #7863CB: hue angle of 252.12º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7863CB is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 99 203 -
CMYK 0.41 0.51 0 0.20
HSL 252.12º 0.5% 0.59% -
HSV(B) 252.12º 0.51% 0.8% -
XYZ 22.99 17.23 58.61 -
YUV 117.14 176.46 130.04 -
System Red Green Blue C M Y K H S L
Decimal 120 99 203 0.41 0.51 0 0.20 252.12 0.5 0.59
Hex 78 63 CB 29 33 0 14 FC 32 3B
Octal 170 143 313 51 63 0 24 374 62 73
Binary 1111000 1100011 11001011 101001 110011 0 10100 11111100 110010 111011

Color Harmonies of #7863CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7863CB

Black with #7863CB

Text Example


Text Example

White with #7863CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7863CB; }

 p { color: rgb(120,99,203); }

 H1.HeaderClassName
 {
   color: #7863CB;
 }
 .AnyTagClassName
 {
   color: #7863CB;
 }
</style>

background-color css

<style>
 a { background-color: #7863CB; }

 a { background-color: rgb(120,99,203); }

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

border-color css

<style>
 span { border-color: #7863CB; }

 span { border-color: rgb(120,99,203); }

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