Html Css Color HEX #7177CB Moody Blue

📋 copy color: '#7177CB'

red 113 ◦ green 119 ◦ blue 203

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

Shades of Moody Blue #7177CB

Tints of Moody Blue #7177CB

RGB

 RED value IS 113 (44.53% from 255) = 25.98%

 GREEN value IS 119 (46.88% from 255) = 27.36%

 BLUE value IS 203 (79.69% from 255) = 46.67%

R = 25.98%
G = 27.36%
B = 46.67%

CMYK

 C value IS 0.44

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7177CB (or 0x7177CB) is known color: Moody Blue. HEX triplet: 71, 77 and CB. RGB value is (113,119,203). Sum of RGB (Red+Green+Blue) = 113+119+203=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #7177CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7177CB is #8E8834. Grayscale: #7E7E7E. Windows color (decimal): -9340981 or 13334385. OLE color: 13334385.

HSL color Cylindrical-coordinate representation of color #7177CB: hue angle of 236º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7177CB is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 119 203 -
CMYK 0.44 0.41 0 0.20
HSL 236º 0.46% 0.62% -
HSV(B) 236º 0.44% 0.8% -
XYZ 24.19 21.02 59.28 -
YUV 126.78 171.01 118.17 -
System Red Green Blue C M Y K H S L
Decimal 113 119 203 0.44 0.41 0 0.20 236 0.46 0.62
Hex 71 77 CB 2C 29 0 14 EC 2E 3E
Octal 161 167 313 54 51 0 24 354 56 76
Binary 1110001 1110111 11001011 101100 101001 0 10100 11101100 101110 111110

Color Harmonies of #7177CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7177CB

Black with #7177CB

Text Example


Text Example

White with #7177CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7177CB; }

 p { color: rgb(113,119,203); }

 H1.HeaderClassName
 {
   color: #7177CB;
 }
 .AnyTagClassName
 {
   color: #7177CB;
 }
</style>

background-color css

<style>
 a { background-color: #7177CB; }

 a { background-color: rgb(113,119,203); }

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

border-color css

<style>
 span { border-color: #7177CB; }

 span { border-color: rgb(113,119,203); }

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