Html Css Color HEX #8078FC Light Slate Blue

📋 copy color: '#8078FC'

red 128 ◦ green 120 ◦ blue 252

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

Shades of Light Slate Blue #8078FC

Tints of Light Slate Blue #8078FC

RGB

 RED value IS 128 (50.39% from 255) = 25.6%

 GREEN value IS 120 (47.27% from 255) = 24%

 BLUE value IS 252 (98.83% from 255) = 50.4%

R = 25.6%
G = 24%
B = 50.4%

CMYK

 C value IS 0.49

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8078FC (or 0x8078FC) is known color: Light Slate Blue. HEX triplet: 80, 78 and FC. RGB value is (128,120,252). Sum of RGB (Red+Green+Blue) = 128+120+252=500 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.6% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #8078FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8078FC is #7F8703. Grayscale: #888888. Windows color (decimal): -8357636 or 16545920. OLE color: 16545920.

HSL color Cylindrical-coordinate representation of color #8078FC: hue angle of 243.64º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8078FC is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 120 252 -
CMYK 0.49 0.52 0 0.01
HSL 243.64º 0.96% 0.73% -
HSV(B) 243.64º 0.52% 0.99% -
XYZ 33.19 25.05 95.18 -
YUV 137.44 192.65 121.27 -
System Red Green Blue C M Y K H S L
Decimal 128 120 252 0.49 0.52 0 0.01 243.64 0.96 0.73
Hex 80 78 FC 31 34 0 1 F4 60 49
Octal 200 170 374 61 64 0 1 364 140 111
Binary 10000000 1111000 11111100 110001 110100 0 1 11110100 1100000 1001001

Color Harmonies of #8078FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8078FC

Black with #8078FC

Text Example


Text Example

White with #8078FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8078FC; }

 p { color: rgb(128,120,252); }

 H1.HeaderClassName
 {
   color: #8078FC;
 }
 .AnyTagClassName
 {
   color: #8078FC;
 }
</style>

background-color css

<style>
 a { background-color: #8078FC; }

 a { background-color: rgb(128,120,252); }

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

border-color css

<style>
 span { border-color: #8078FC; }

 span { border-color: rgb(128,120,252); }

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