Html Css Color HEX #9072FB Light Slate Blue

📋 copy color: '#9072FB'

red 144 ◦ green 114 ◦ blue 251

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

Shades of Light Slate Blue #9072FB

Tints of Light Slate Blue #9072FB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.4%

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

R = 28.29%
G = 22.4%
B = 49.31%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9072FB (or 0x9072FB) is known color: Light Slate Blue. HEX triplet: 90, 72 and FB. RGB value is (144,114,251). Sum of RGB (Red+Green+Blue) = 144+114+251=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #9072FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9072FB is #6F8D04. Grayscale: #8A8A8A. Windows color (decimal): -7310597 or 16478864. OLE color: 16478864.

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

Color convert

RGB 144 114 251 -
CMYK 0.43 0.55 0 0.02
HSL 253.14º 0.94% 0.72% -
HSV(B) 253.14º 0.55% 0.98% -
XYZ 34.93 24.93 94.24 -
YUV 138.59 191.44 131.86 -
System Red Green Blue C M Y K H S L
Decimal 144 114 251 0.43 0.55 0 0.02 253.14 0.94 0.72
Hex 90 72 FB 2B 37 0 2 FD 5E 48
Octal 220 162 373 53 67 0 2 375 136 110
Binary 10010000 1110010 11111011 101011 110111 0 10 11111101 1011110 1001000

Color Harmonies of #9072FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9072FB

Black with #9072FB

Text Example


Text Example

White with #9072FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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