Html Css Color HEX #9082F9 Light Slate Blue

📋 copy color: '#9082F9'

red 144 ◦ green 130 ◦ blue 249

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

Shades of Light Slate Blue #9082F9

Tints of Light Slate Blue #9082F9

RGB

 RED value IS 144 (56.64% from 255) = 27.53%

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

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

R = 27.53%
G = 24.86%
B = 47.61%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9082F9 (or 0x9082F9) is known color: Light Slate Blue. HEX triplet: 90, 82 and F9. RGB value is (144,130,249). Sum of RGB (Red+Green+Blue) = 144+130+249=523 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.53% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 249 (97.66% from 255 or 47.61% from 523); Max value from RGB is 249 - color contains mainly: blue. Hex color #9082F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9082F9 is #6F7D06. Grayscale: #939393. Windows color (decimal): -7306503 or 16351888. OLE color: 16351888.

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

Color convert

RGB 144 130 249 -
CMYK 0.42 0.48 0 0.02
HSL 247.06º 0.91% 0.74% -
HSV(B) 247.06º 0.48% 0.98% -
XYZ 36.58 28.73 93.24 -
YUV 147.75 185.14 125.32 -
System Red Green Blue C M Y K H S L
Decimal 144 130 249 0.42 0.48 0 0.02 247.06 0.91 0.74
Hex 90 82 F9 2A 30 0 2 F7 5B 4A
Octal 220 202 371 52 60 0 2 367 133 112
Binary 10010000 10000010 11111001 101010 110000 0 10 11110111 1011011 1001010

Color Harmonies of #9082F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9082F9

Black with #9082F9

Text Example


Text Example

White with #9082F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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