Html Css Color HEX #756FCD Moody Blue

📋 copy color: '#756FCD'

red 117 ◦ green 111 ◦ blue 205

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

Shades of Moody Blue #756FCD

Tints of Moody Blue #756FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.34%

R = 27.02%
G = 25.64%
B = 47.34%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#756FCD (or 0x756FCD) is known color: Moody Blue. HEX triplet: 75, 6F and CD. RGB value is (117,111,205). Sum of RGB (Red+Green+Blue) = 117+111+205=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #756FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756FCD is #8A9032. Grayscale: #7B7B7B. Windows color (decimal): -9080883 or 13463413. OLE color: 13463413.

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

Color convert

RGB 117 111 205 -
CMYK 0.43 0.46 0 0.20
HSL 243.83º 0.48% 0.62% -
HSV(B) 243.83º 0.46% 0.8% -
XYZ 24.04 19.56 60.27 -
YUV 123.51 173.99 123.36 -
System Red Green Blue C M Y K H S L
Decimal 117 111 205 0.43 0.46 0 0.20 243.83 0.48 0.62
Hex 75 6F CD 2B 2E 0 14 F4 30 3E
Octal 165 157 315 53 56 0 24 364 60 76
Binary 1110101 1101111 11001101 101011 101110 0 10100 11110100 110000 111110

Color Harmonies of #756FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756FCD

Black with #756FCD

Text Example


Text Example

White with #756FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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