Html Css Color HEX #8773FE Light Slate Blue

📋 copy color: '#8773FE'

red 135 ◦ green 115 ◦ blue 254

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

Shades of Light Slate Blue #8773FE

Tints of Light Slate Blue #8773FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.4%

R = 26.79%
G = 22.82%
B = 50.4%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8773FE (or 0x8773FE) is known color: Light Slate Blue. HEX triplet: 87, 73 and FE. RGB value is (135,115,254). Sum of RGB (Red+Green+Blue) = 135+115+254=504 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.79% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #8773FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8773FE is #788C01. Grayscale: #888888. Windows color (decimal): -7900162 or 16675719. OLE color: 16675719.

HSL color Cylindrical-coordinate representation of color #8773FE: hue angle of 248.63º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8773FE is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 135 115 254 -
CMYK 0.47 0.55 0 0.00
HSL 248.63º 0.99% 0.72% -
HSV(B) 248.63º 0.55% 1% -
XYZ 34.01 24.57 96.72 -
YUV 136.83 194.13 126.7 -
System Red Green Blue C M Y K H S L
Decimal 135 115 254 0.47 0.55 0 0.00 248.63 0.99 0.72
Hex 87 73 FE 2F 37 0 0 F9 63 48
Octal 207 163 376 57 67 0 0 371 143 110
Binary 10000111 1110011 11111110 101111 110111 0 0 11111001 1100011 1001000

Color Harmonies of #8773FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8773FE

Black with #8773FE

Text Example


Text Example

White with #8773FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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