Html Css Color HEX #7863D3 Slate Blue

📋 copy color: '#7863D3'

red 120 ◦ green 99 ◦ blue 211

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

Shades of Slate Blue #7863D3

Tints of Slate Blue #7863D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 49.07%

R = 27.91%
G = 23.02%
B = 49.07%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#7863D3 (or 0x7863D3) is known color: Slate Blue. HEX triplet: 78, 63 and D3. RGB value is (120,99,211). Sum of RGB (Red+Green+Blue) = 120+99+211=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 211 (82.81% from 255 or 49.07% from 430); Max value from RGB is 211 - color contains mainly: blue. Hex color #7863D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7863D3 is #879C2C. Grayscale: #757575. Windows color (decimal): -8887341 or 13853560. OLE color: 13853560.

HSL color Cylindrical-coordinate representation of color #7863D3: hue angle of 251.25º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7863D3 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 120 99 211 -
CMYK 0.43 0.53 0 0.17
HSL 251.25º 0.56% 0.61% -
HSV(B) 251.25º 0.53% 0.83% -
XYZ 23.97 17.62 63.77 -
YUV 118.05 180.46 129.39 -
System Red Green Blue C M Y K H S L
Decimal 120 99 211 0.43 0.53 0 0.17 251.25 0.56 0.61
Hex 78 63 D3 2B 35 0 11 FB 38 3D
Octal 170 143 323 53 65 0 21 373 70 75
Binary 1111000 1100011 11010011 101011 110101 0 10001 11111011 111000 111101

Color Harmonies of #7863D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7863D3

Black with #7863D3

Text Example


Text Example

White with #7863D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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