Html Css Color HEX #8088FE Light Slate Blue

📋 copy color: '#8088FE'

red 128 ◦ green 136 ◦ blue 254

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

Shades of Light Slate Blue #8088FE

Tints of Light Slate Blue #8088FE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.25%

 BLUE value IS 254 (99.61% from 255) = 49.03%

R = 24.71%
G = 26.25%
B = 49.03%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8088FE (or 0x8088FE) is known color: Light Slate Blue. HEX triplet: 80, 88 and FE. RGB value is (128,136,254). Sum of RGB (Red+Green+Blue) = 128+136+254=518 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.71% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #8088FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8088FE is #7F7701. Grayscale: #929292. Windows color (decimal): -8353538 or 16681088. OLE color: 16681088.

HSL color Cylindrical-coordinate representation of color #8088FE: hue angle of 236.19º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8088FE is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 128 136 254 -
CMYK 0.50 0.46 0 0.00
HSL 236.19º 0.98% 0.75% -
HSV(B) 236.19º 0.5% 1% -
XYZ 35.6 29.35 97.56 -
YUV 147.06 188.35 114.41 -
System Red Green Blue C M Y K H S L
Decimal 128 136 254 0.50 0.46 0 0.00 236.19 0.98 0.75
Hex 80 88 FE 32 2E 0 0 EC 62 4B
Octal 200 210 376 62 56 0 0 354 142 113
Binary 10000000 10001000 11111110 110010 101110 0 0 11101100 1100010 1001011

Color Harmonies of #8088FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8088FE

Black with #8088FE

Text Example


Text Example

White with #8088FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8088FE; }

 p { color: rgb(128,136,254); }

 H1.HeaderClassName
 {
   color: #8088FE;
 }
 .AnyTagClassName
 {
   color: #8088FE;
 }
</style>

background-color css

<style>
 a { background-color: #8088FE; }

 a { background-color: rgb(128,136,254); }

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

border-color css

<style>
 span { border-color: #8088FE; }

 span { border-color: rgb(128,136,254); }

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