Html Css Color HEX #756EC9 Moody Blue

📋 copy color: '#756EC9'

red 117 ◦ green 110 ◦ blue 201

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

Shades of Moody Blue #756EC9

Tints of Moody Blue #756EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 46.96%

R = 27.34%
G = 25.7%
B = 46.96%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#756EC9 (or 0x756EC9) is known color: Moody Blue. HEX triplet: 75, 6E and C9. RGB value is (117,110,201). Sum of RGB (Red+Green+Blue) = 117+110+201=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 201 (78.91% from 255 or 46.96% from 428); Max value from RGB is 201 - color contains mainly: blue. Hex color #756EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756EC9 is #8A9136. Grayscale: #7A7A7A. Windows color (decimal): -9081143 or 13201013. OLE color: 13201013.

HSL color Cylindrical-coordinate representation of color #756EC9: hue angle of 244.62º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #756EC9 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 110 201 -
CMYK 0.42 0.45 0 0.21
HSL 244.62º 0.46% 0.61% -
HSV(B) 244.62º 0.45% 0.79% -
XYZ 23.45 19.15 57.72 -
YUV 122.47 172.32 124.1 -
System Red Green Blue C M Y K H S L
Decimal 117 110 201 0.42 0.45 0 0.21 244.62 0.46 0.61
Hex 75 6E C9 2A 2D 0 15 F5 2E 3D
Octal 165 156 311 52 55 0 25 365 56 75
Binary 1110101 1101110 11001001 101010 101101 0 10101 11110101 101110 111101

Color Harmonies of #756EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756EC9

Black with #756EC9

Text Example


Text Example

White with #756EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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