Html Css Color HEX #8288FE Light Slate Blue

📋 copy color: '#8288FE'

red 130 ◦ green 136 ◦ blue 254

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

Shades of Light Slate Blue #8288FE

Tints of Light Slate Blue #8288FE

RGB

 RED value IS 130 (51.17% from 255) = 25%

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

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

R = 25%
G = 26.15%
B = 48.85%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8288FE (or 0x8288FE) is known color: Light Slate Blue. HEX triplet: 82, 88 and FE. RGB value is (130,136,254). Sum of RGB (Red+Green+Blue) = 130+136+254=520 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #8288FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8288FE is #7D7701. Grayscale: #939393. Windows color (decimal): -8222466 or 16681090. OLE color: 16681090.

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

Color convert

RGB 130 136 254 -
CMYK 0.49 0.46 0 0.00
HSL 237.1º 0.98% 0.75% -
HSV(B) 237.1º 0.49% 1% -
XYZ 35.9 29.51 97.57 -
YUV 147.66 188.01 115.41 -
System Red Green Blue C M Y K H S L
Decimal 130 136 254 0.49 0.46 0 0.00 237.1 0.98 0.75
Hex 82 88 FE 31 2E 0 0 ED 62 4B
Octal 202 210 376 61 56 0 0 355 142 113
Binary 10000010 10001000 11111110 110001 101110 0 0 11101101 1100010 1001011

Color Harmonies of #8288FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8288FE

Black with #8288FE

Text Example


Text Example

White with #8288FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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