Html Css Color HEX #756EC1 Moody Blue

📋 copy color: '#756EC1'

red 117 ◦ green 110 ◦ blue 193

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

Shades of Moody Blue #756EC1

Tints of Moody Blue #756EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 45.95%

R = 27.86%
G = 26.19%
B = 45.95%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#756EC1 (or 0x756EC1) is known color: Moody Blue. HEX triplet: 75, 6E and C1. RGB value is (117,110,193). Sum of RGB (Red+Green+Blue) = 117+110+193=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 193 - color contains mainly: blue. Hex color #756EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756EC1 is #8A913E. Grayscale: #797979. Windows color (decimal): -9081151 or 12676725. OLE color: 12676725.

HSL color Cylindrical-coordinate representation of color #756EC1: hue angle of 245.06º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #756EC1 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 110 193 -
CMYK 0.39 0.43 0 0.24
HSL 245.06º 0.4% 0.59% -
HSV(B) 245.06º 0.43% 0.76% -
XYZ 22.54 18.78 52.89 -
YUV 121.56 168.32 124.75 -
System Red Green Blue C M Y K H S L
Decimal 117 110 193 0.39 0.43 0 0.24 245.06 0.4 0.59
Hex 75 6E C1 27 2B 0 18 F5 28 3B
Octal 165 156 301 47 53 0 30 365 50 73
Binary 1110101 1101110 11000001 100111 101011 0 11000 11110101 101000 111011

Color Harmonies of #756EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756EC1

Black with #756EC1

Text Example


Text Example

White with #756EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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