Html Css Color HEX #8075FF Light Slate Blue

📋 copy color: '#8075FF'

red 128 ◦ green 117 ◦ blue 255

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

Shades of Light Slate Blue #8075FF

Tints of Light Slate Blue #8075FF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.4%

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

R = 25.6%
G = 23.4%
B = 51%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8075FF (or 0x8075FF) is known color: Light Slate Blue. HEX triplet: 80, 75 and FF. RGB value is (128,117,255). Sum of RGB (Red+Green+Blue) = 128+117+255=500 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.6% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #8075FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8075FF is #7F8A00. Grayscale: #878787. Windows color (decimal): -8358401 or 16741760. OLE color: 16741760.

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

Color convert

RGB 128 117 255 -
CMYK 0.50 0.54 0 0
HSL 244.78º 1% 0.73% -
HSV(B) 244.78º 0.54% 1% -
XYZ 33.31 24.53 97.59 -
YUV 136.02 195.14 122.28 -
System Red Green Blue C M Y K H S L
Decimal 128 117 255 0.50 0.54 0 0 244.78 1 0.73
Hex 80 75 FF 32 36 0 0 F5 64 49
Octal 200 165 377 62 66 0 0 365 144 111
Binary 10000000 1110101 11111111 110010 110110 0 0 11110101 1100100 1001001

Color Harmonies of #8075FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8075FF

Black with #8075FF

Text Example


Text Example

White with #8075FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,117,255); }

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

background-color css

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

 a { background-color: rgb(128,117,255); }

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

border-color css

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

 span { border-color: rgb(128,117,255); }

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