Html Css Color HEX #756FBB Moody Blue

📋 copy color: '#756FBB'

red 117 ◦ green 111 ◦ blue 187

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

Shades of Moody Blue #756FBB

Tints of Moody Blue #756FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.06%

R = 28.19%
G = 26.75%
B = 45.06%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#756FBB (or 0x756FBB) is known color: Moody Blue. HEX triplet: 75, 6F and BB. RGB value is (117,111,187). Sum of RGB (Red+Green+Blue) = 117+111+187=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #756FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756FBB is #8A9044. Grayscale: #797979. Windows color (decimal): -9080901 or 12283765. OLE color: 12283765.

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

Color convert

RGB 117 111 187 -
CMYK 0.37 0.41 0 0.27
HSL 244.74º 0.36% 0.58% -
HSV(B) 244.74º 0.41% 0.73% -
XYZ 21.99 18.74 49.47 -
YUV 121.46 164.99 124.82 -
System Red Green Blue C M Y K H S L
Decimal 117 111 187 0.37 0.41 0 0.27 244.74 0.36 0.58
Hex 75 6F BB 25 29 0 1B F5 24 3A
Octal 165 157 273 45 51 0 33 365 44 72
Binary 1110101 1101111 10111011 100101 101001 0 11011 11110101 100100 111010

Color Harmonies of #756FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756FBB

Black with #756FBB

Text Example


Text Example

White with #756FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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