Html Css Color HEX #9073FB Light Slate Blue

📋 copy color: '#9073FB'

red 144 ◦ green 115 ◦ blue 251

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

Shades of Light Slate Blue #9073FB

Tints of Light Slate Blue #9073FB

RGB

 RED value IS 144 (56.64% from 255) = 28.24%

 GREEN value IS 115 (45.31% from 255) = 22.55%

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

R = 28.24%
G = 22.55%
B = 49.22%

CMYK

 C value IS 0.43

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9073FB (or 0x9073FB) is known color: Light Slate Blue. HEX triplet: 90, 73 and FB. RGB value is (144,115,251). Sum of RGB (Red+Green+Blue) = 144+115+251=510 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.24% from 510); Green value is 115 (45.31% from 255 or 22.55% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #9073FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9073FB is #6F8C04. Grayscale: #8A8A8A. Windows color (decimal): -7310341 or 16479120. OLE color: 16479120.

HSL color Cylindrical-coordinate representation of color #9073FB: hue angle of 252.79º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9073FB is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 115 251 -
CMYK 0.43 0.54 0 0.02
HSL 252.79º 0.94% 0.72% -
HSV(B) 252.79º 0.54% 0.98% -
XYZ 35.04 25.16 94.28 -
YUV 139.18 191.11 131.44 -
System Red Green Blue C M Y K H S L
Decimal 144 115 251 0.43 0.54 0 0.02 252.79 0.94 0.72
Hex 90 73 FB 2B 36 0 2 FD 5E 48
Octal 220 163 373 53 66 0 2 375 136 110
Binary 10010000 1110011 11111011 101011 110110 0 10 11111101 1011110 1001000

Color Harmonies of #9073FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9073FB

Black with #9073FB

Text Example


Text Example

White with #9073FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,115,251); }

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

background-color css

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

 a { background-color: rgb(144,115,251); }

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

border-color css

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

 span { border-color: rgb(144,115,251); }

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