Html Css Color HEX #756CBA Moody Blue

📋 copy color: '#756CBA'

red 117 ◦ green 108 ◦ blue 186

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

Shades of Moody Blue #756CBA

Tints of Moody Blue #756CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.26%

R = 28.47%
G = 26.28%
B = 45.26%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#756CBA (or 0x756CBA) is known color: Moody Blue. HEX triplet: 75, 6C and BA. RGB value is (117,108,186). Sum of RGB (Red+Green+Blue) = 117+108+186=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #756CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756CBA is #8A9345. Grayscale: #777777. Windows color (decimal): -9081670 or 12217461. OLE color: 12217461.

HSL color Cylindrical-coordinate representation of color #756CBA: hue angle of 246.92º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #756CBA is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 108 186 -
CMYK 0.37 0.42 0 0.27
HSL 246.92º 0.36% 0.58% -
HSV(B) 246.92º 0.42% 0.73% -
XYZ 21.56 18.05 48.8 -
YUV 119.58 165.48 126.16 -
System Red Green Blue C M Y K H S L
Decimal 117 108 186 0.37 0.42 0 0.27 246.92 0.36 0.58
Hex 75 6C BA 25 2A 0 1B F7 24 3A
Octal 165 154 272 45 52 0 33 367 44 72
Binary 1110101 1101100 10111010 100101 101010 0 11011 11110111 100100 111010

Color Harmonies of #756CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756CBA

Black with #756CBA

Text Example


Text Example

White with #756CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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