Html Css Color HEX #9150FC Light Slate Blue

📋 copy color: '#9150FC'

red 145 ◦ green 80 ◦ blue 252

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

Shades of Light Slate Blue #9150FC

Tints of Light Slate Blue #9150FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.83%

R = 30.4%
G = 16.77%
B = 52.83%

CMYK

 C value IS 0.42

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9150FC (or 0x9150FC) is known color: Light Slate Blue. HEX triplet: 91, 50 and FC. RGB value is (145,80,252). Sum of RGB (Red+Green+Blue) = 145+80+252=477 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.40% from 477); Green value is 80 (31.64% from 255 or 16.77% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #9150FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9150FC is #6EAF03. Grayscale: #767676. Windows color (decimal): -7253764 or 16535697. OLE color: 16535697.

HSL color Cylindrical-coordinate representation of color #9150FC: hue angle of 262.67º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9150FC is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 145 80 252 -
CMYK 0.42 0.68 0 0.01
HSL 262.67º 0.97% 0.65% -
HSV(B) 262.67º 0.68% 0.99% -
XYZ 32.12 18.79 94.03 -
YUV 119.04 203.03 146.51 -
System Red Green Blue C M Y K H S L
Decimal 145 80 252 0.42 0.68 0 0.01 262.67 0.97 0.65
Hex 91 50 FC 2A 44 0 1 107 61 41
Octal 221 120 374 52 104 0 1 407 141 101
Binary 10010001 1010000 11111100 101010 1000100 0 1 100000111 1100001 1000001

Color Harmonies of #9150FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9150FC

Black with #9150FC

Text Example


Text Example

White with #9150FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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