Html Css Color HEX #8778C0 Moody Blue

📋 copy color: '#8778C0'

red 135 ◦ green 120 ◦ blue 192

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

Shades of Moody Blue #8778C0

Tints of Moody Blue #8778C0

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.85%

 BLUE value IS 192 (75.39% from 255) = 42.95%

R = 30.2%
G = 26.85%
B = 42.95%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8778C0 (or 0x8778C0) is known color: Moody Blue. HEX triplet: 87, 78 and C0. RGB value is (135,120,192). Sum of RGB (Red+Green+Blue) = 135+120+192=447 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.20% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 192 - color contains mainly: blue. Hex color #8778C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8778C0 is #78873F. Grayscale: #848484. Windows color (decimal): -7898944 or 12613767. OLE color: 12613767.

HSL color Cylindrical-coordinate representation of color #8778C0: hue angle of 252.5º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8778C0 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 135 120 192 -
CMYK 0.30 0.38 0 0.25
HSL 252.5º 0.36% 0.61% -
HSV(B) 252.5º 0.38% 0.75% -
XYZ 26.22 22.39 52.81 -
YUV 132.69 161.47 129.65 -
System Red Green Blue C M Y K H S L
Decimal 135 120 192 0.30 0.38 0 0.25 252.5 0.36 0.61
Hex 87 78 C0 1E 26 0 19 FD 24 3D
Octal 207 170 300 36 46 0 31 375 44 75
Binary 10000111 1111000 11000000 11110 100110 0 11001 11111101 100100 111101

Color Harmonies of #8778C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8778C0

Black with #8778C0

Text Example


Text Example

White with #8778C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8778C0; }

 p { color: rgb(135,120,192); }

 H1.HeaderClassName
 {
   color: #8778C0;
 }
 .AnyTagClassName
 {
   color: #8778C0;
 }
</style>

background-color css

<style>
 a { background-color: #8778C0; }

 a { background-color: rgb(135,120,192); }

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

border-color css

<style>
 span { border-color: #8778C0; }

 span { border-color: rgb(135,120,192); }

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