Html Css Color HEX #7863CA Slate Blue

📋 copy color: '#7863CA'

red 120 ◦ green 99 ◦ blue 202

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

Shades of Slate Blue #7863CA

Tints of Slate Blue #7863CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.98%

R = 28.5%
G = 23.52%
B = 47.98%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7863CA (or 0x7863CA) is known color: Slate Blue. HEX triplet: 78, 63 and CA. RGB value is (120,99,202). Sum of RGB (Red+Green+Blue) = 120+99+202=421 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.50% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #7863CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7863CA is #879C35. Grayscale: #747474. Windows color (decimal): -8887350 or 13263736. OLE color: 13263736.

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

Color convert

RGB 120 99 202 -
CMYK 0.41 0.51 0 0.21
HSL 252.23º 0.49% 0.59% -
HSV(B) 252.23º 0.51% 0.79% -
XYZ 22.87 17.18 57.99 -
YUV 117.02 175.96 130.12 -
System Red Green Blue C M Y K H S L
Decimal 120 99 202 0.41 0.51 0 0.21 252.23 0.49 0.59
Hex 78 63 CA 29 33 0 15 FC 31 3B
Octal 170 143 312 51 63 0 25 374 61 73
Binary 1111000 1100011 11001010 101001 110011 0 10101 11111100 110001 111011

Color Harmonies of #7863CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7863CA

Black with #7863CA

Text Example


Text Example

White with #7863CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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