Html Css Color HEX #9550FB Light Slate Blue

📋 copy color: '#9550FB'

red 149 ◦ green 80 ◦ blue 251

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

Shades of Light Slate Blue #9550FB

Tints of Light Slate Blue #9550FB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.67%

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

R = 31.04%
G = 16.67%
B = 52.29%

CMYK

 C value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9550FB (or 0x9550FB) is known color: Light Slate Blue. HEX triplet: 95, 50 and FB. RGB value is (149,80,251). Sum of RGB (Red+Green+Blue) = 149+80+251=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #9550FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9550FB is #6AAF04. Grayscale: #777777. Windows color (decimal): -6991621 or 16470165. OLE color: 16470165.

HSL color Cylindrical-coordinate representation of color #9550FB: hue angle of 264.21º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9550FB is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 80 251 -
CMYK 0.41 0.68 0 0.02
HSL 264.21º 0.96% 0.65% -
HSV(B) 264.21º 0.68% 0.98% -
XYZ 32.68 19.09 93.23 -
YUV 120.13 201.86 148.6 -
System Red Green Blue C M Y K H S L
Decimal 149 80 251 0.41 0.68 0 0.02 264.21 0.96 0.65
Hex 95 50 FB 29 44 0 2 108 60 41
Octal 225 120 373 51 104 0 2 410 140 101
Binary 10010101 1010000 11111011 101001 1000100 0 10 100001000 1100000 1000001

Color Harmonies of #9550FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9550FB

Black with #9550FB

Text Example


Text Example

White with #9550FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,80,251); }

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

background-color css

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

 a { background-color: rgb(149,80,251); }

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

border-color css

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

 span { border-color: rgb(149,80,251); }

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