Html Css Color HEX #9076F7 Light Slate Blue

📋 copy color: '#9076F7'

red 144 ◦ green 118 ◦ blue 247

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

Shades of Light Slate Blue #9076F7

Tints of Light Slate Blue #9076F7

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.18%

 BLUE value IS 247 (96.88% from 255) = 48.53%

R = 28.29%
G = 23.18%
B = 48.53%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9076F7 (or 0x9076F7) is known color: Light Slate Blue. HEX triplet: 90, 76 and F7. RGB value is (144,118,247). Sum of RGB (Red+Green+Blue) = 144+118+247=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 247 (96.88% from 255 or 48.53% from 509); Max value from RGB is 247 - color contains mainly: blue. Hex color #9076F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9076F7 is #6F8908. Grayscale: #8B8B8B. Windows color (decimal): -7309577 or 16217744. OLE color: 16217744.

HSL color Cylindrical-coordinate representation of color #9076F7: hue angle of 252.09º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9076F7 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 144 118 247 -
CMYK 0.42 0.52 0 0.03
HSL 252.09º 0.89% 0.72% -
HSV(B) 252.09º 0.52% 0.97% -
XYZ 34.77 25.6 91.1 -
YUV 140.48 188.11 130.51 -
System Red Green Blue C M Y K H S L
Decimal 144 118 247 0.42 0.52 0 0.03 252.09 0.89 0.72
Hex 90 76 F7 2A 34 0 3 FC 59 48
Octal 220 166 367 52 64 0 3 374 131 110
Binary 10010000 1110110 11110111 101010 110100 0 11 11111100 1011001 1001000

Color Harmonies of #9076F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9076F7

Black with #9076F7

Text Example


Text Example

White with #9076F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9076F7; }

 p { color: rgb(144,118,247); }

 H1.HeaderClassName
 {
   color: #9076F7;
 }
 .AnyTagClassName
 {
   color: #9076F7;
 }
</style>

background-color css

<style>
 a { background-color: #9076F7; }

 a { background-color: rgb(144,118,247); }

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

border-color css

<style>
 span { border-color: #9076F7; }

 span { border-color: rgb(144,118,247); }

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