Html Css Color HEX #756FC0 Moody Blue

📋 copy color: '#756FC0'

red 117 ◦ green 111 ◦ blue 192

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

Shades of Moody Blue #756FC0

Tints of Moody Blue #756FC0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.43%

 BLUE value IS 192 (75.39% from 255) = 45.71%

R = 27.86%
G = 26.43%
B = 45.71%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#756FC0 (or 0x756FC0) is known color: Moody Blue. HEX triplet: 75, 6F and C0. RGB value is (117,111,192). Sum of RGB (Red+Green+Blue) = 117+111+192=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 192 (75.39% from 255 or 45.71% from 420); Max value from RGB is 192 - color contains mainly: blue. Hex color #756FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756FC0 is #8A903F. Grayscale: #797979. Windows color (decimal): -9080896 or 12611445. OLE color: 12611445.

HSL color Cylindrical-coordinate representation of color #756FC0: hue angle of 244.44º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #756FC0 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 111 192 -
CMYK 0.39 0.42 0 0.25
HSL 244.44º 0.39% 0.59% -
HSV(B) 244.44º 0.42% 0.75% -
XYZ 22.53 18.96 52.34 -
YUV 122.03 167.49 124.41 -
System Red Green Blue C M Y K H S L
Decimal 117 111 192 0.39 0.42 0 0.25 244.44 0.39 0.59
Hex 75 6F C0 27 2A 0 19 F4 27 3B
Octal 165 157 300 47 52 0 31 364 47 73
Binary 1110101 1101111 11000000 100111 101010 0 11001 11110100 100111 111011

Color Harmonies of #756FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756FC0

Black with #756FC0

Text Example


Text Example

White with #756FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,111,192); }

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

background-color css

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

 a { background-color: rgb(117,111,192); }

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

border-color css

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

 span { border-color: rgb(117,111,192); }

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