Html Css Color HEX #8289FB Light Slate Blue

📋 copy color: '#8289FB'

red 130 ◦ green 137 ◦ blue 251

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

Shades of Light Slate Blue #8289FB

Tints of Light Slate Blue #8289FB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.45%

 BLUE value IS 251 (98.44% from 255) = 48.46%

R = 25.1%
G = 26.45%
B = 48.46%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8289FB (or 0x8289FB) is known color: Light Slate Blue. HEX triplet: 82, 89 and FB. RGB value is (130,137,251). Sum of RGB (Red+Green+Blue) = 130+137+251=518 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.10% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #8289FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8289FB is #7D7604. Grayscale: #939393. Windows color (decimal): -8222213 or 16484738. OLE color: 16484738.

HSL color Cylindrical-coordinate representation of color #8289FB: hue angle of 236.53º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8289FB is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 137 251 -
CMYK 0.48 0.45 0 0.02
HSL 236.53º 0.94% 0.75% -
HSV(B) 236.53º 0.48% 0.98% -
XYZ 35.56 29.6 95.11 -
YUV 147.9 186.18 115.23 -
System Red Green Blue C M Y K H S L
Decimal 130 137 251 0.48 0.45 0 0.02 236.53 0.94 0.75
Hex 82 89 FB 30 2D 0 2 ED 5E 4B
Octal 202 211 373 60 55 0 2 355 136 113
Binary 10000010 10001001 11111011 110000 101101 0 10 11101101 1011110 1001011

Color Harmonies of #8289FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8289FB

Black with #8289FB

Text Example


Text Example

White with #8289FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8289FB; }

 p { color: rgb(130,137,251); }

 H1.HeaderClassName
 {
   color: #8289FB;
 }
 .AnyTagClassName
 {
   color: #8289FB;
 }
</style>

background-color css

<style>
 a { background-color: #8289FB; }

 a { background-color: rgb(130,137,251); }

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

border-color css

<style>
 span { border-color: #8289FB; }

 span { border-color: rgb(130,137,251); }

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