Html Css Color HEX #9072F5 Light Slate Blue

📋 copy color: '#9072F5'

red 144 ◦ green 114 ◦ blue 245

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

Shades of Light Slate Blue #9072F5

Tints of Light Slate Blue #9072F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 48.71%

R = 28.63%
G = 22.66%
B = 48.71%

CMYK

 C value IS 0.41

 M value IS 0.53

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9072F5 (or 0x9072F5) is known color: Light Slate Blue. HEX triplet: 90, 72 and F5. RGB value is (144,114,245). Sum of RGB (Red+Green+Blue) = 144+114+245=503 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.63% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 245 (96.09% from 255 or 48.71% from 503); Max value from RGB is 245 - color contains mainly: blue. Hex color #9072F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9072F5 is #6F8D0A. Grayscale: #898989. Windows color (decimal): -7310603 or 16085648. OLE color: 16085648.

HSL color Cylindrical-coordinate representation of color #9072F5: hue angle of 253.74º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9072F5 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 144 114 245 -
CMYK 0.41 0.53 0 0.04
HSL 253.74º 0.87% 0.7% -
HSV(B) 253.74º 0.53% 0.96% -
XYZ 34 24.56 89.33 -
YUV 137.9 188.44 132.35 -
System Red Green Blue C M Y K H S L
Decimal 144 114 245 0.41 0.53 0 0.04 253.74 0.87 0.7
Hex 90 72 F5 29 35 0 4 FE 57 46
Octal 220 162 365 51 65 0 4 376 127 106
Binary 10010000 1110010 11110101 101001 110101 0 100 11111110 1010111 1000110

Color Harmonies of #9072F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9072F5

Black with #9072F5

Text Example


Text Example

White with #9072F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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