Html Css Color HEX #756BBC Moody Blue

📋 copy color: '#756BBC'

red 117 ◦ green 107 ◦ blue 188

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

Shades of Moody Blue #756BBC

Tints of Moody Blue #756BBC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.97%

 BLUE value IS 188 (73.83% from 255) = 45.63%

R = 28.4%
G = 25.97%
B = 45.63%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#756BBC (or 0x756BBC) is known color: Moody Blue. HEX triplet: 75, 6B and BC. RGB value is (117,107,188). Sum of RGB (Red+Green+Blue) = 117+107+188=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #756BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756BBC is #8A9443. Grayscale: #767676. Windows color (decimal): -9081924 or 12348277. OLE color: 12348277.

HSL color Cylindrical-coordinate representation of color #756BBC: hue angle of 247.41º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #756BBC is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 107 188 -
CMYK 0.38 0.43 0 0.26
HSL 247.41º 0.38% 0.58% -
HSV(B) 247.41º 0.43% 0.74% -
XYZ 21.67 17.93 49.9 -
YUV 119.22 166.81 126.41 -
System Red Green Blue C M Y K H S L
Decimal 117 107 188 0.38 0.43 0 0.26 247.41 0.38 0.58
Hex 75 6B BC 26 2B 0 1A F7 26 3A
Octal 165 153 274 46 53 0 32 367 46 72
Binary 1110101 1101011 10111100 100110 101011 0 11010 11110111 100110 111010

Color Harmonies of #756BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756BBC

Black with #756BBC

Text Example


Text Example

White with #756BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,107,188); }

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

background-color css

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

 a { background-color: rgb(117,107,188); }

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

border-color css

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

 span { border-color: rgb(117,107,188); }

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