Html Css Color HEX #9082EC Light Slate Blue

📋 copy color: '#9082EC'

red 144 ◦ green 130 ◦ blue 236

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

Shades of Light Slate Blue #9082EC

Tints of Light Slate Blue #9082EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.27%

R = 28.24%
G = 25.49%
B = 46.27%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9082EC (or 0x9082EC) is known color: Light Slate Blue. HEX triplet: 90, 82 and EC. RGB value is (144,130,236). Sum of RGB (Red+Green+Blue) = 144+130+236=510 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.24% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #9082EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9082EC is #6F7D13. Grayscale: #919191. Windows color (decimal): -7306516 or 15499920. OLE color: 15499920.

HSL color Cylindrical-coordinate representation of color #9082EC: hue angle of 247.92º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9082EC is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 130 236 -
CMYK 0.39 0.45 0 0.07
HSL 247.92º 0.74% 0.72% -
HSV(B) 247.92º 0.45% 0.93% -
XYZ 34.62 27.95 82.93 -
YUV 146.27 178.64 126.38 -
System Red Green Blue C M Y K H S L
Decimal 144 130 236 0.39 0.45 0 0.07 247.92 0.74 0.72
Hex 90 82 EC 27 2D 0 7 F8 4A 48
Octal 220 202 354 47 55 0 7 370 112 110
Binary 10010000 10000010 11101100 100111 101101 0 111 11111000 1001010 1001000

Color Harmonies of #9082EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9082EC

Black with #9082EC

Text Example


Text Example

White with #9082EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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