Html Css Color HEX #756FD3 Moody Blue

📋 copy color: '#756FD3'

red 117 ◦ green 111 ◦ blue 211

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

Shades of Moody Blue #756FD3

Tints of Moody Blue #756FD3

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.28%

 BLUE value IS 211 (82.81% from 255) = 48.06%

R = 26.65%
G = 25.28%
B = 48.06%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#756FD3 (or 0x756FD3) is known color: Moody Blue. HEX triplet: 75, 6F and D3. RGB value is (117,111,211). Sum of RGB (Red+Green+Blue) = 117+111+211=439 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.65% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 211 (82.81% from 255 or 48.06% from 439); Max value from RGB is 211 - color contains mainly: blue. Hex color #756FD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756FD3 is #8A902C. Grayscale: #7B7B7B. Windows color (decimal): -9080877 or 13856629. OLE color: 13856629.

HSL color Cylindrical-coordinate representation of color #756FD3: hue angle of 243.6º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #756FD3 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 111 211 -
CMYK 0.45 0.47 0 0.17
HSL 243.6º 0.53% 0.63% -
HSV(B) 243.6º 0.47% 0.83% -
XYZ 24.78 19.85 64.15 -
YUV 124.19 176.99 122.87 -
System Red Green Blue C M Y K H S L
Decimal 117 111 211 0.45 0.47 0 0.17 243.6 0.53 0.63
Hex 75 6F D3 2D 2F 0 11 F4 35 3F
Octal 165 157 323 55 57 0 21 364 65 77
Binary 1110101 1101111 11010011 101101 101111 0 10001 11110100 110101 111111

Color Harmonies of #756FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756FD3

Black with #756FD3

Text Example


Text Example

White with #756FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,111,211); }

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

background-color css

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

 a { background-color: rgb(117,111,211); }

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

border-color css

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

 span { border-color: rgb(117,111,211); }

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