Html Css Color HEX #8774EA Medium Slate Blue

📋 copy color: '#8774EA'

red 135 ◦ green 116 ◦ blue 234

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

Shades of Medium Slate Blue #8774EA

Tints of Medium Slate Blue #8774EA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.92%

 BLUE value IS 234 (91.8% from 255) = 48.25%

R = 27.84%
G = 23.92%
B = 48.25%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8774EA (or 0x8774EA) is known color: Medium Slate Blue. HEX triplet: 87, 74 and EA. RGB value is (135,116,234). Sum of RGB (Red+Green+Blue) = 135+116+234=485 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.84% from 485); Green value is 116 (45.70% from 255 or 23.92% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #8774EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8774EA is #788B15. Grayscale: #868686. Windows color (decimal): -7899926 or 15365255. OLE color: 15365255.

HSL color Cylindrical-coordinate representation of color #8774EA: hue angle of 249.66º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8774EA is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 135 116 234 -
CMYK 0.42 0.50 0 0.08
HSL 249.66º 0.74% 0.69% -
HSV(B) 249.66º 0.5% 0.92% -
XYZ 31.09 23.58 80.76 -
YUV 135.13 183.79 127.91 -
System Red Green Blue C M Y K H S L
Decimal 135 116 234 0.42 0.50 0 0.08 249.66 0.74 0.69
Hex 87 74 EA 2A 32 0 8 FA 4A 45
Octal 207 164 352 52 62 0 10 372 112 105
Binary 10000111 1110100 11101010 101010 110010 0 1000 11111010 1001010 1000101

Color Harmonies of #8774EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8774EA

Black with #8774EA

Text Example


Text Example

White with #8774EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8774EA; }

 p { color: rgb(135,116,234); }

 H1.HeaderClassName
 {
   color: #8774EA;
 }
 .AnyTagClassName
 {
   color: #8774EA;
 }
</style>

background-color css

<style>
 a { background-color: #8774EA; }

 a { background-color: rgb(135,116,234); }

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

border-color css

<style>
 span { border-color: #8774EA; }

 span { border-color: rgb(135,116,234); }

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