Html Css Color HEX #9150FF Light Slate Blue

📋 copy color: '#9150FF'

red 145 ◦ green 80 ◦ blue 255

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

Shades of Light Slate Blue #9150FF

Tints of Light Slate Blue #9150FF

RGB

 RED value IS 145 (57.03% from 255) = 30.21%

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

 BLUE value IS 255 (100% from 255) = 53.13%

R = 30.21%
G = 16.67%
B = 53.13%

CMYK

 C value IS 0.43

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9150FF (or 0x9150FF) is known color: Light Slate Blue. HEX triplet: 91, 50 and FF. RGB value is (145,80,255). Sum of RGB (Red+Green+Blue) = 145+80+255=480 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.21% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #9150FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9150FF is #6EAF00. Grayscale: #767676. Windows color (decimal): -7253761 or 16732305. OLE color: 16732305.

HSL color Cylindrical-coordinate representation of color #9150FF: hue angle of 262.29º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9150FF is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 145 80 255 -
CMYK 0.43 0.69 0 0
HSL 262.29º 1% 0.66% -
HSV(B) 262.29º 0.69% 1% -
XYZ 32.6 18.98 96.55 -
YUV 119.39 204.53 146.27 -
System Red Green Blue C M Y K H S L
Decimal 145 80 255 0.43 0.69 0 0 262.29 1 0.66
Hex 91 50 FF 2B 45 0 0 106 64 42
Octal 221 120 377 53 105 0 0 406 144 102
Binary 10010001 1010000 11111111 101011 1000101 0 0 100000110 1100100 1000010

Color Harmonies of #9150FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9150FF

Black with #9150FF

Text Example


Text Example

White with #9150FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9150FF; }

 p { color: rgb(145,80,255); }

 H1.HeaderClassName
 {
   color: #9150FF;
 }
 .AnyTagClassName
 {
   color: #9150FF;
 }
</style>

background-color css

<style>
 a { background-color: #9150FF; }

 a { background-color: rgb(145,80,255); }

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

border-color css

<style>
 span { border-color: #9150FF; }

 span { border-color: rgb(145,80,255); }

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