Html Css Color HEX #756FD4 Moody Blue

📋 copy color: '#756FD4'

red 117 ◦ green 111 ◦ blue 212

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

Shades of Moody Blue #756FD4

Tints of Moody Blue #756FD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 48.18%

R = 26.59%
G = 25.23%
B = 48.18%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#756FD4 (or 0x756FD4) is known color: Moody Blue. HEX triplet: 75, 6F and D4. RGB value is (117,111,212). Sum of RGB (Red+Green+Blue) = 117+111+212=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 212 (83.20% from 255 or 48.18% from 440); Max value from RGB is 212 - color contains mainly: blue. Hex color #756FD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756FD4 is #8A902B. Grayscale: #7B7B7B. Windows color (decimal): -9080876 or 13922165. OLE color: 13922165.

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

Color convert

RGB 117 111 212 -
CMYK 0.45 0.48 0 0.17
HSL 243.56º 0.54% 0.63% -
HSV(B) 243.56º 0.48% 0.83% -
XYZ 24.9 19.9 64.82 -
YUV 124.31 177.49 122.79 -
System Red Green Blue C M Y K H S L
Decimal 117 111 212 0.45 0.48 0 0.17 243.56 0.54 0.63
Hex 75 6F D4 2D 30 0 11 F4 36 3F
Octal 165 157 324 55 60 0 21 364 66 77
Binary 1110101 1101111 11010100 101101 110000 0 10001 11110100 110110 111111

Color Harmonies of #756FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756FD4

Black with #756FD4

Text Example


Text Example

White with #756FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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