Html Css Color HEX #8082F9 Light Slate Blue

📋 copy color: '#8082F9'

red 128 ◦ green 130 ◦ blue 249

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

Shades of Light Slate Blue #8082F9

Tints of Light Slate Blue #8082F9

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.64%

 BLUE value IS 249 (97.66% from 255) = 49.11%

R = 25.25%
G = 25.64%
B = 49.11%

CMYK

 C value IS 0.49

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8082F9 (or 0x8082F9) is known color: Light Slate Blue. HEX triplet: 80, 82 and F9. RGB value is (128,130,249). Sum of RGB (Red+Green+Blue) = 128+130+249=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 249 (97.66% from 255 or 49.11% from 507); Max value from RGB is 249 - color contains mainly: blue. Hex color #8082F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8082F9 is #7F7D06. Grayscale: #8E8E8E. Windows color (decimal): -8355079 or 16351872. OLE color: 16351872.

HSL color Cylindrical-coordinate representation of color #8082F9: hue angle of 239.01º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8082F9 is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 130 249 -
CMYK 0.49 0.48 0 0.02
HSL 239.01º 0.91% 0.74% -
HSV(B) 239.01º 0.49% 0.98% -
XYZ 33.98 27.39 93.12 -
YUV 142.97 187.84 117.32 -
System Red Green Blue C M Y K H S L
Decimal 128 130 249 0.49 0.48 0 0.02 239.01 0.91 0.74
Hex 80 82 F9 31 30 0 2 EF 5B 4A
Octal 200 202 371 61 60 0 2 357 133 112
Binary 10000000 10000010 11111001 110001 110000 0 10 11101111 1011011 1001010

Color Harmonies of #8082F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8082F9

Black with #8082F9

Text Example


Text Example

White with #8082F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8082F9; }

 p { color: rgb(128,130,249); }

 H1.HeaderClassName
 {
   color: #8082F9;
 }
 .AnyTagClassName
 {
   color: #8082F9;
 }
</style>

background-color css

<style>
 a { background-color: #8082F9; }

 a { background-color: rgb(128,130,249); }

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

border-color css

<style>
 span { border-color: #8082F9; }

 span { border-color: rgb(128,130,249); }

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