Html Css Color HEX #756CBC Moody Blue

📋 copy color: '#756CBC'

red 117 ◦ green 108 ◦ blue 188

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

Shades of Moody Blue #756CBC

Tints of Moody Blue #756CBC

RGB

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

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

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

R = 28.33%
G = 26.15%
B = 45.52%

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

#756CBC (or 0x756CBC) is known color: Moody Blue. HEX triplet: 75, 6C and BC. RGB value is (117,108,188). Sum of RGB (Red+Green+Blue) = 117+108+188=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #756CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756CBC is #8A9343. Grayscale: #777777. Windows color (decimal): -9081668 or 12348533. OLE color: 12348533.

HSL color Cylindrical-coordinate representation of color #756CBC: hue angle of 246.75º degrees, saturation: 0.37, 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 #756CBC is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 108 188 -
CMYK 0.38 0.43 0 0.26
HSL 246.75º 0.37% 0.58% -
HSV(B) 246.75º 0.43% 0.74% -
XYZ 21.78 18.14 49.93 -
YUV 119.81 166.48 126 -
System Red Green Blue C M Y K H S L
Decimal 117 108 188 0.38 0.43 0 0.26 246.75 0.37 0.58
Hex 75 6C BC 26 2B 0 1A F7 25 3A
Octal 165 154 274 46 53 0 32 367 45 72
Binary 1110101 1101100 10111100 100110 101011 0 11010 11110111 100101 111010

Color Harmonies of #756CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756CBC

Black with #756CBC

Text Example


Text Example

White with #756CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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