Html Css Color HEX #756ABD Moody Blue

📋 copy color: '#756ABD'

red 117 ◦ green 106 ◦ blue 189

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

Shades of Moody Blue #756ABD

Tints of Moody Blue #756ABD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.73%

 BLUE value IS 189 (74.22% from 255) = 45.87%

R = 28.4%
G = 25.73%
B = 45.87%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#756ABD (or 0x756ABD) is known color: Moody Blue. HEX triplet: 75, 6A and BD. RGB value is (117,106,189). Sum of RGB (Red+Green+Blue) = 117+106+189=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #756ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756ABD is #8A9542. Grayscale: #767676. Windows color (decimal): -9082179 or 12413557. OLE color: 12413557.

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

Color convert

RGB 117 106 189 -
CMYK 0.38 0.44 0 0.26
HSL 247.95º 0.39% 0.58% -
HSV(B) 247.95º 0.44% 0.74% -
XYZ 21.68 17.76 50.43 -
YUV 118.75 167.64 126.75 -
System Red Green Blue C M Y K H S L
Decimal 117 106 189 0.38 0.44 0 0.26 247.95 0.39 0.58
Hex 75 6A BD 26 2C 0 1A F8 27 3A
Octal 165 152 275 46 54 0 32 370 47 72
Binary 1110101 1101010 10111101 100110 101100 0 11010 11111000 100111 111010

Color Harmonies of #756ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756ABD

Black with #756ABD

Text Example


Text Example

White with #756ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,106,189); }

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

background-color css

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

 a { background-color: rgb(117,106,189); }

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

border-color css

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

 span { border-color: rgb(117,106,189); }

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