Html Css Color HEX #756CBE Moody Blue

📋 copy color: '#756CBE'

red 117 ◦ green 108 ◦ blue 190

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

Shades of Moody Blue #756CBE

Tints of Moody Blue #756CBE

RGB

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

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

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

R = 28.19%
G = 26.02%
B = 45.78%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#756CBE (or 0x756CBE) is known color: Moody Blue. HEX triplet: 75, 6C and BE. RGB value is (117,108,190). Sum of RGB (Red+Green+Blue) = 117+108+190=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #756CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756CBE is #8A9341. Grayscale: #777777. Windows color (decimal): -9081666 or 12479605. OLE color: 12479605.

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

Color convert

RGB 117 108 190 -
CMYK 0.38 0.43 0 0.25
HSL 246.59º 0.39% 0.58% -
HSV(B) 246.59º 0.43% 0.75% -
XYZ 21.99 18.22 51.07 -
YUV 120.04 167.48 125.83 -
System Red Green Blue C M Y K H S L
Decimal 117 108 190 0.38 0.43 0 0.25 246.59 0.39 0.58
Hex 75 6C BE 26 2B 0 19 F7 27 3A
Octal 165 154 276 46 53 0 31 367 47 72
Binary 1110101 1101100 10111110 100110 101011 0 11001 11110111 100111 111010

Color Harmonies of #756CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756CBE

Black with #756CBE

Text Example


Text Example

White with #756CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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