Html Css Color HEX #9482FB Light Slate Blue

📋 copy color: '#9482FB'

red 148 ◦ green 130 ◦ blue 251

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

Shades of Light Slate Blue #9482FB

Tints of Light Slate Blue #9482FB

RGB

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

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

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

R = 27.98%
G = 24.57%
B = 47.45%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9482FB (or 0x9482FB) is known color: Light Slate Blue. HEX triplet: 94, 82 and FB. RGB value is (148,130,251). Sum of RGB (Red+Green+Blue) = 148+130+251=529 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.98% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #9482FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9482FB is #6B7D04. Grayscale: #949494. Windows color (decimal): -7044357 or 16482964. OLE color: 16482964.

HSL color Cylindrical-coordinate representation of color #9482FB: hue angle of 248.93º 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 #9482FB is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 130 251 -
CMYK 0.41 0.48 0 0.02
HSL 248.93º 0.94% 0.75% -
HSV(B) 248.93º 0.48% 0.98% -
XYZ 37.61 29.23 94.93 -
YUV 149.18 185.46 127.16 -
System Red Green Blue C M Y K H S L
Decimal 148 130 251 0.41 0.48 0 0.02 248.93 0.94 0.75
Hex 94 82 FB 29 30 0 2 F9 5E 4B
Octal 224 202 373 51 60 0 2 371 136 113
Binary 10010100 10000010 11111011 101001 110000 0 10 11111001 1011110 1001011

Color Harmonies of #9482FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9482FB

Black with #9482FB

Text Example


Text Example

White with #9482FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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