Html Css Color HEX #9077FD Light Slate Blue

📋 copy color: '#9077FD'

red 144 ◦ green 119 ◦ blue 253

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

Shades of Light Slate Blue #9077FD

Tints of Light Slate Blue #9077FD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.06%

 BLUE value IS 253 (99.22% from 255) = 49.03%

R = 27.91%
G = 23.06%
B = 49.03%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9077FD (or 0x9077FD) is known color: Light Slate Blue. HEX triplet: 90, 77 and FD. RGB value is (144,119,253). Sum of RGB (Red+Green+Blue) = 144+119+253=516 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.91% from 516); Green value is 119 (46.88% from 255 or 23.06% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #9077FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9077FD is #6F8802. Grayscale: #8D8D8D. Windows color (decimal): -7309315 or 16611216. OLE color: 16611216.

HSL color Cylindrical-coordinate representation of color #9077FD: hue angle of 251.19º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9077FD is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 144 119 253 -
CMYK 0.43 0.53 0 0.01
HSL 251.19º 0.97% 0.73% -
HSV(B) 251.19º 0.53% 0.99% -
XYZ 35.83 26.21 96.1 -
YUV 141.75 190.78 129.6 -
System Red Green Blue C M Y K H S L
Decimal 144 119 253 0.43 0.53 0 0.01 251.19 0.97 0.73
Hex 90 77 FD 2B 35 0 1 FB 61 49
Octal 220 167 375 53 65 0 1 373 141 111
Binary 10010000 1110111 11111101 101011 110101 0 1 11111011 1100001 1001001

Color Harmonies of #9077FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9077FD

Black with #9077FD

Text Example


Text Example

White with #9077FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9077FD; }

 p { color: rgb(144,119,253); }

 H1.HeaderClassName
 {
   color: #9077FD;
 }
 .AnyTagClassName
 {
   color: #9077FD;
 }
</style>

background-color css

<style>
 a { background-color: #9077FD; }

 a { background-color: rgb(144,119,253); }

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

border-color css

<style>
 span { border-color: #9077FD; }

 span { border-color: rgb(144,119,253); }

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