Html Css Color HEX #756DD6 Moody Blue

📋 copy color: '#756DD6'

red 117 ◦ green 109 ◦ blue 214

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

Shades of Moody Blue #756DD6

Tints of Moody Blue #756DD6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.77%

 BLUE value IS 214 (83.98% from 255) = 48.64%

R = 26.59%
G = 24.77%
B = 48.64%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#756DD6 (or 0x756DD6) is known color: Moody Blue. HEX triplet: 75, 6D and D6. RGB value is (117,109,214). Sum of RGB (Red+Green+Blue) = 117+109+214=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 214 (83.98% from 255 or 48.64% from 440); Max value from RGB is 214 - color contains mainly: blue. Hex color #756DD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756DD6 is #8A9229. Grayscale: #7A7A7A. Windows color (decimal): -9081386 or 14052725. OLE color: 14052725.

HSL color Cylindrical-coordinate representation of color #756DD6: hue angle of 244.57º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #756DD6 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 109 214 -
CMYK 0.45 0.49 0 0.16
HSL 244.57º 0.56% 0.63% -
HSV(B) 244.57º 0.49% 0.84% -
XYZ 24.94 19.57 66.08 -
YUV 123.36 179.15 123.46 -
System Red Green Blue C M Y K H S L
Decimal 117 109 214 0.45 0.49 0 0.16 244.57 0.56 0.63
Hex 75 6D D6 2D 31 0 10 F5 38 3F
Octal 165 155 326 55 61 0 20 365 70 77
Binary 1110101 1101101 11010110 101101 110001 0 10000 11110101 111000 111111

Color Harmonies of #756DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756DD6

Black with #756DD6

Text Example


Text Example

White with #756DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,109,214); }

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

background-color css

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

 a { background-color: rgb(117,109,214); }

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

border-color css

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

 span { border-color: rgb(117,109,214); }

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