Html Css Color HEX #7863FF Light Slate Blue

📋 copy color: '#7863FF'

red 120 ◦ green 99 ◦ blue 255

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

Shades of Light Slate Blue #7863FF

Tints of Light Slate Blue #7863FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.8%

R = 25.32%
G = 20.89%
B = 53.8%

CMYK

 C value IS 0.53

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7863FF (or 0x7863FF) is known color: Light Slate Blue. HEX triplet: 78, 63 and FF. RGB value is (120,99,255). Sum of RGB (Red+Green+Blue) = 120+99+255=474 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.32% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #7863FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7863FF is #879C00. Grayscale: #7A7A7A. Windows color (decimal): -8887297 or 16737144. OLE color: 16737144.

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

Color convert

RGB 120 99 255 -
CMYK 0.53 0.61 0 0
HSL 248.08º 1% 0.69% -
HSV(B) 248.08º 0.61% 1% -
XYZ 30.26 20.14 96.9 -
YUV 123.06 202.46 125.82 -
System Red Green Blue C M Y K H S L
Decimal 120 99 255 0.53 0.61 0 0 248.08 1 0.69
Hex 78 63 FF 35 3D 0 0 F8 64 45
Octal 170 143 377 65 75 0 0 370 144 105
Binary 1111000 1100011 11111111 110101 111101 0 0 11111000 1100100 1000101

Color Harmonies of #7863FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7863FF

Black with #7863FF

Text Example


Text Example

White with #7863FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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