Html Css Color HEX #8287FE Light Slate Blue

📋 copy color: '#8287FE'

red 130 ◦ green 135 ◦ blue 254

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

Shades of Light Slate Blue #8287FE

Tints of Light Slate Blue #8287FE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.01%

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

R = 25.05%
G = 26.01%
B = 48.94%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8287FE (or 0x8287FE) is known color: Light Slate Blue. HEX triplet: 82, 87 and FE. RGB value is (130,135,254). Sum of RGB (Red+Green+Blue) = 130+135+254=519 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.05% from 519); Green value is 135 (53.12% from 255 or 26.01% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #8287FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8287FE is #7D7801. Grayscale: #929292. Windows color (decimal): -8222722 or 16680834. OLE color: 16680834.

HSL color Cylindrical-coordinate representation of color #8287FE: hue angle of 237.58º 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 #8287FE is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 130 135 254 -
CMYK 0.49 0.47 0 0.00
HSL 237.58º 0.98% 0.75% -
HSV(B) 237.58º 0.49% 1% -
XYZ 35.76 29.23 97.52 -
YUV 147.07 188.34 115.82 -
System Red Green Blue C M Y K H S L
Decimal 130 135 254 0.49 0.47 0 0.00 237.58 0.98 0.75
Hex 82 87 FE 31 2F 0 0 EE 62 4B
Octal 202 207 376 61 57 0 0 356 142 113
Binary 10000010 10000111 11111110 110001 101111 0 0 11101110 1100010 1001011

Color Harmonies of #8287FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8287FE

Black with #8287FE

Text Example


Text Example

White with #8287FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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