Html Css Color HEX #8076FA Light Slate Blue

📋 copy color: '#8076FA'

red 128 ◦ green 118 ◦ blue 250

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

Shades of Light Slate Blue #8076FA

Tints of Light Slate Blue #8076FA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.79%

 BLUE value IS 250 (98.05% from 255) = 50.4%

R = 25.81%
G = 23.79%
B = 50.4%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8076FA (or 0x8076FA) is known color: Light Slate Blue. HEX triplet: 80, 76 and FA. RGB value is (128,118,250). Sum of RGB (Red+Green+Blue) = 128+118+250=496 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.81% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #8076FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8076FA is #7F8905. Grayscale: #878787. Windows color (decimal): -8358150 or 16414336. OLE color: 16414336.

HSL color Cylindrical-coordinate representation of color #8076FA: hue angle of 244.55º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8076FA is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 118 250 -
CMYK 0.49 0.53 0 0.02
HSL 244.55º 0.93% 0.72% -
HSV(B) 244.55º 0.53% 0.98% -
XYZ 32.64 24.45 93.44 -
YUV 136.04 192.31 122.27 -
System Red Green Blue C M Y K H S L
Decimal 128 118 250 0.49 0.53 0 0.02 244.55 0.93 0.72
Hex 80 76 FA 31 35 0 2 F5 5D 48
Octal 200 166 372 61 65 0 2 365 135 110
Binary 10000000 1110110 11111010 110001 110101 0 10 11110101 1011101 1001000

Color Harmonies of #8076FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8076FA

Black with #8076FA

Text Example


Text Example

White with #8076FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8076FA; }

 p { color: rgb(128,118,250); }

 H1.HeaderClassName
 {
   color: #8076FA;
 }
 .AnyTagClassName
 {
   color: #8076FA;
 }
</style>

background-color css

<style>
 a { background-color: #8076FA; }

 a { background-color: rgb(128,118,250); }

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

border-color css

<style>
 span { border-color: #8076FA; }

 span { border-color: rgb(128,118,250); }

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