Html Css Color HEX #8774CA Moody Blue

📋 copy color: '#8774CA'

red 135 ◦ green 116 ◦ blue 202

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

Shades of Moody Blue #8774CA

Tints of Moody Blue #8774CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.59%

R = 29.8%
G = 25.61%
B = 44.59%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8774CA (or 0x8774CA) is known color: Moody Blue. HEX triplet: 87, 74 and CA. RGB value is (135,116,202). Sum of RGB (Red+Green+Blue) = 135+116+202=453 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.80% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #8774CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8774CA is #788B35. Grayscale: #838383. Windows color (decimal): -7899958 or 13268103. OLE color: 13268103.

HSL color Cylindrical-coordinate representation of color #8774CA: hue angle of 253.26º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8774CA is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 135 116 202 -
CMYK 0.33 0.43 0 0.21
HSL 253.26º 0.45% 0.62% -
HSV(B) 253.26º 0.43% 0.79% -
XYZ 26.9 21.91 58.69 -
YUV 131.49 167.79 130.51 -
System Red Green Blue C M Y K H S L
Decimal 135 116 202 0.33 0.43 0 0.21 253.26 0.45 0.62
Hex 87 74 CA 21 2B 0 15 FD 2D 3E
Octal 207 164 312 41 53 0 25 375 55 76
Binary 10000111 1110100 11001010 100001 101011 0 10101 11111101 101101 111110

Color Harmonies of #8774CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8774CA

Black with #8774CA

Text Example


Text Example

White with #8774CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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