Html Css Color HEX #756CC6 Moody Blue

📋 copy color: '#756CC6'

red 117 ◦ green 108 ◦ blue 198

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

Shades of Moody Blue #756CC6

Tints of Moody Blue #756CC6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.53%

 BLUE value IS 198 (77.73% from 255) = 46.81%

R = 27.66%
G = 25.53%
B = 46.81%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#756CC6 (or 0x756CC6) is known color: Moody Blue. HEX triplet: 75, 6C and C6. RGB value is (117,108,198). Sum of RGB (Red+Green+Blue) = 117+108+198=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 198 (77.73% from 255 or 46.81% from 423); Max value from RGB is 198 - color contains mainly: blue. Hex color #756CC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756CC6 is #8A9339. Grayscale: #787878. Windows color (decimal): -9081658 or 13003893. OLE color: 13003893.

HSL color Cylindrical-coordinate representation of color #756CC6: hue angle of 246º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #756CC6 is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 108 198 -
CMYK 0.41 0.45 0 0.22
HSL 246º 0.44% 0.6% -
HSV(B) 246º 0.45% 0.78% -
XYZ 22.89 18.58 55.81 -
YUV 120.95 171.48 125.18 -
System Red Green Blue C M Y K H S L
Decimal 117 108 198 0.41 0.45 0 0.22 246 0.44 0.6
Hex 75 6C C6 29 2D 0 16 F6 2C 3C
Octal 165 154 306 51 55 0 26 366 54 74
Binary 1110101 1101100 11000110 101001 101101 0 10110 11110110 101100 111100

Color Harmonies of #756CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756CC6

Black with #756CC6

Text Example


Text Example

White with #756CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,108,198); }

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

background-color css

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

 a { background-color: rgb(117,108,198); }

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

border-color css

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

 span { border-color: rgb(117,108,198); }

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