Html Css Color HEX #756FD0 Moody Blue

📋 copy color: '#756FD0'

red 117 ◦ green 111 ◦ blue 208

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

Shades of Moody Blue #756FD0

Tints of Moody Blue #756FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.71%

R = 26.83%
G = 25.46%
B = 47.71%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#756FD0 (or 0x756FD0) is known color: Moody Blue. HEX triplet: 75, 6F and D0. RGB value is (117,111,208). Sum of RGB (Red+Green+Blue) = 117+111+208=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 208 (81.64% from 255 or 47.71% from 436); Max value from RGB is 208 - color contains mainly: blue. Hex color #756FD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756FD0 is #8A902F. Grayscale: #7B7B7B. Windows color (decimal): -9080880 or 13660021. OLE color: 13660021.

HSL color Cylindrical-coordinate representation of color #756FD0: hue angle of 243.71º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #756FD0 is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 111 208 -
CMYK 0.44 0.47 0 0.18
HSL 243.71º 0.51% 0.63% -
HSV(B) 243.71º 0.47% 0.82% -
XYZ 24.41 19.7 62.19 -
YUV 123.85 175.49 123.11 -
System Red Green Blue C M Y K H S L
Decimal 117 111 208 0.44 0.47 0 0.18 243.71 0.51 0.63
Hex 75 6F D0 2C 2F 0 12 F4 33 3F
Octal 165 157 320 54 57 0 22 364 63 77
Binary 1110101 1101111 11010000 101100 101111 0 10010 11110100 110011 111111

Color Harmonies of #756FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756FD0

Black with #756FD0

Text Example


Text Example

White with #756FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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