Html Css Color HEX #9581F9 Light Slate Blue

📋 copy color: '#9581F9'

red 149 ◦ green 129 ◦ blue 249

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

Shades of Light Slate Blue #9581F9

Tints of Light Slate Blue #9581F9

RGB

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

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

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

R = 28.27%
G = 24.48%
B = 47.25%

CMYK

 C value IS 0.40

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9581F9 (or 0x9581F9) is known color: Light Slate Blue. HEX triplet: 95, 81 and F9. RGB value is (149,129,249). Sum of RGB (Red+Green+Blue) = 149+129+249=527 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.27% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 249 - color contains mainly: blue. Hex color #9581F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9581F9 is #6A7E06. Grayscale: #949494. Windows color (decimal): -6979079 or 16351637. OLE color: 16351637.

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

Color convert

RGB 149 129 249 -
CMYK 0.40 0.48 0 0.02
HSL 250º 0.91% 0.74% -
HSV(B) 250º 0.48% 0.98% -
XYZ 37.34 28.93 93.24 -
YUV 148.66 184.63 128.24 -
System Red Green Blue C M Y K H S L
Decimal 149 129 249 0.40 0.48 0 0.02 250 0.91 0.74
Hex 95 81 F9 28 30 0 2 FA 5B 4A
Octal 225 201 371 50 60 0 2 372 133 112
Binary 10010101 10000001 11111001 101000 110000 0 10 11111010 1011011 1001010

Color Harmonies of #9581F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9581F9

Black with #9581F9

Text Example


Text Example

White with #9581F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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