Html Css Color HEX #9482EF Light Slate Blue

📋 copy color: '#9482EF'

red 148 ◦ green 130 ◦ blue 239

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

Shades of Light Slate Blue #9482EF

Tints of Light Slate Blue #9482EF

RGB

 RED value IS 148 (58.2% from 255) = 28.63%

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

 BLUE value IS 239 (93.75% from 255) = 46.23%

R = 28.63%
G = 25.15%
B = 46.23%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9482EF (or 0x9482EF) is known color: Light Slate Blue. HEX triplet: 94, 82 and EF. RGB value is (148,130,239). Sum of RGB (Red+Green+Blue) = 148+130+239=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #9482EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9482EF is #6B7D10. Grayscale: #939393. Windows color (decimal): -7044369 or 15696532. OLE color: 15696532.

HSL color Cylindrical-coordinate representation of color #9482EF: hue angle of 249.91º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9482EF is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 130 239 -
CMYK 0.38 0.46 0 0.06
HSL 249.91º 0.77% 0.72% -
HSV(B) 249.91º 0.46% 0.94% -
XYZ 35.78 28.49 85.28 -
YUV 147.81 179.46 128.14 -
System Red Green Blue C M Y K H S L
Decimal 148 130 239 0.38 0.46 0 0.06 249.91 0.77 0.72
Hex 94 82 EF 26 2E 0 6 FA 4D 48
Octal 224 202 357 46 56 0 6 372 115 110
Binary 10010100 10000010 11101111 100110 101110 0 110 11111010 1001101 1001000

Color Harmonies of #9482EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9482EF

Black with #9482EF

Text Example


Text Example

White with #9482EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9482EF; }

 p { color: rgb(148,130,239); }

 H1.HeaderClassName
 {
   color: #9482EF;
 }
 .AnyTagClassName
 {
   color: #9482EF;
 }
</style>

background-color css

<style>
 a { background-color: #9482EF; }

 a { background-color: rgb(148,130,239); }

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

border-color css

<style>
 span { border-color: #9482EF; }

 span { border-color: rgb(148,130,239); }

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