Html Css Color HEX #9581F2 Light Slate Blue

📋 copy color: '#9581F2'

red 149 ◦ green 129 ◦ blue 242

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

Shades of Light Slate Blue #9581F2

Tints of Light Slate Blue #9581F2

RGB

 RED value IS 149 (58.59% from 255) = 28.65%

 GREEN value IS 129 (50.78% from 255) = 24.81%

 BLUE value IS 242 (94.92% from 255) = 46.54%

R = 28.65%
G = 24.81%
B = 46.54%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9581F2 (or 0x9581F2) is known color: Light Slate Blue. HEX triplet: 95, 81 and F2. RGB value is (149,129,242). Sum of RGB (Red+Green+Blue) = 149+129+242=520 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.65% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #9581F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9581F2 is #6A7E0D. Grayscale: #939393. Windows color (decimal): -6979086 or 15892885. OLE color: 15892885.

HSL color Cylindrical-coordinate representation of color #9581F2: hue angle of 250.62º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9581F2 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 129 242 -
CMYK 0.38 0.47 0 0.05
HSL 250.62º 0.81% 0.73% -
HSV(B) 250.62º 0.47% 0.95% -
XYZ 36.27 28.5 87.59 -
YUV 147.86 181.13 128.81 -
System Red Green Blue C M Y K H S L
Decimal 149 129 242 0.38 0.47 0 0.05 250.62 0.81 0.73
Hex 95 81 F2 26 2F 0 5 FB 51 49
Octal 225 201 362 46 57 0 5 373 121 111
Binary 10010101 10000001 11110010 100110 101111 0 101 11111011 1010001 1001001

Color Harmonies of #9581F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9581F2

Black with #9581F2

Text Example


Text Example

White with #9581F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9581F2; }

 p { color: rgb(149,129,242); }

 H1.HeaderClassName
 {
   color: #9581F2;
 }
 .AnyTagClassName
 {
   color: #9581F2;
 }
</style>

background-color css

<style>
 a { background-color: #9581F2; }

 a { background-color: rgb(149,129,242); }

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

border-color css

<style>
 span { border-color: #9581F2; }

 span { border-color: rgb(149,129,242); }

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