Html Css Color HEX #756EBC Moody Blue

📋 copy color: '#756EBC'

red 117 ◦ green 110 ◦ blue 188

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

Shades of Moody Blue #756EBC

Tints of Moody Blue #756EBC

RGB

 RED value IS 117 (46.09% from 255) = 28.19%

 GREEN value IS 110 (43.36% from 255) = 26.51%

 BLUE value IS 188 (73.83% from 255) = 45.3%

R = 28.19%
G = 26.51%
B = 45.3%

CMYK

 C value IS 0.38

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#756EBC (or 0x756EBC) is known color: Moody Blue. HEX triplet: 75, 6E and BC. RGB value is (117,110,188). Sum of RGB (Red+Green+Blue) = 117+110+188=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #756EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756EBC is #8A9143. Grayscale: #787878. Windows color (decimal): -9081156 or 12349045. OLE color: 12349045.

HSL color Cylindrical-coordinate representation of color #756EBC: hue angle of 245.38º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #756EBC is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 110 188 -
CMYK 0.38 0.41 0 0.26
HSL 245.38º 0.37% 0.58% -
HSV(B) 245.38º 0.41% 0.74% -
XYZ 21.99 18.56 50 -
YUV 120.99 165.82 125.16 -
System Red Green Blue C M Y K H S L
Decimal 117 110 188 0.38 0.41 0 0.26 245.38 0.37 0.58
Hex 75 6E BC 26 29 0 1A F5 25 3A
Octal 165 156 274 46 51 0 32 365 45 72
Binary 1110101 1101110 10111100 100110 101001 0 11010 11110101 100101 111010

Color Harmonies of #756EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756EBC

Black with #756EBC

Text Example


Text Example

White with #756EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756EBC; }

 p { color: rgb(117,110,188); }

 H1.HeaderClassName
 {
   color: #756EBC;
 }
 .AnyTagClassName
 {
   color: #756EBC;
 }
</style>

background-color css

<style>
 a { background-color: #756EBC; }

 a { background-color: rgb(117,110,188); }

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

border-color css

<style>
 span { border-color: #756EBC; }

 span { border-color: rgb(117,110,188); }

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