Html Css Color HEX #756ABE Moody Blue

📋 copy color: '#756ABE'

red 117 ◦ green 106 ◦ blue 190

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

Shades of Moody Blue #756ABE

Tints of Moody Blue #756ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46%

R = 28.33%
G = 25.67%
B = 46%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#756ABE (or 0x756ABE) is known color: Moody Blue. HEX triplet: 75, 6A and BE. RGB value is (117,106,190). Sum of RGB (Red+Green+Blue) = 117+106+190=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #756ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756ABE is #8A9541. Grayscale: #767676. Windows color (decimal): -9082178 or 12479093. OLE color: 12479093.

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

Color convert

RGB 117 106 190 -
CMYK 0.38 0.44 0 0.25
HSL 247.86º 0.39% 0.58% -
HSV(B) 247.86º 0.44% 0.75% -
XYZ 21.78 17.81 51 -
YUV 118.87 168.14 126.67 -
System Red Green Blue C M Y K H S L
Decimal 117 106 190 0.38 0.44 0 0.25 247.86 0.39 0.58
Hex 75 6A BE 26 2C 0 19 F8 27 3A
Octal 165 152 276 46 54 0 31 370 47 72
Binary 1110101 1101010 10111110 100110 101100 0 11001 11111000 100111 111010

Color Harmonies of #756ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756ABE

Black with #756ABE

Text Example


Text Example

White with #756ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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