Html Css Color HEX #8773F5 Light Slate Blue

📋 copy color: '#8773F5'

red 135 ◦ green 115 ◦ blue 245

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

Shades of Light Slate Blue #8773F5

Tints of Light Slate Blue #8773F5

RGB

 RED value IS 135 (53.13% from 255) = 27.27%

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

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

R = 27.27%
G = 23.23%
B = 49.49%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8773F5 (or 0x8773F5) is known color: Light Slate Blue. HEX triplet: 87, 73 and F5. RGB value is (135,115,245). Sum of RGB (Red+Green+Blue) = 135+115+245=495 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.27% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 245 (96.09% from 255 or 49.49% from 495); Max value from RGB is 245 - color contains mainly: blue. Hex color #8773F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8773F5 is #788C0A. Grayscale: #878787. Windows color (decimal): -7900171 or 16085895. OLE color: 16085895.

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

Color convert

RGB 135 115 245 -
CMYK 0.45 0.53 0 0.04
HSL 249.23º 0.87% 0.71% -
HSV(B) 249.23º 0.53% 0.96% -
XYZ 32.6 24 89.3 -
YUV 135.8 189.63 127.43 -
System Red Green Blue C M Y K H S L
Decimal 135 115 245 0.45 0.53 0 0.04 249.23 0.87 0.71
Hex 87 73 F5 2D 35 0 4 F9 57 47
Octal 207 163 365 55 65 0 4 371 127 107
Binary 10000111 1110011 11110101 101101 110101 0 100 11111001 1010111 1000111

Color Harmonies of #8773F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8773F5

Black with #8773F5

Text Example


Text Example

White with #8773F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,115,245); }

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

background-color css

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

 a { background-color: rgb(135,115,245); }

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

border-color css

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

 span { border-color: rgb(135,115,245); }

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