Html Css Color HEX #757AD4 Moody Blue

📋 copy color: '#757AD4'

red 117 ◦ green 122 ◦ blue 212

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

Shades of Moody Blue #757AD4

Tints of Moody Blue #757AD4

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.05%

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

R = 25.94%
G = 27.05%
B = 47.01%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#757AD4 (or 0x757AD4) is known color: Moody Blue. HEX triplet: 75, 7A and D4. RGB value is (117,122,212). Sum of RGB (Red+Green+Blue) = 117+122+212=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 212 (83.20% from 255 or 47.01% from 451); Max value from RGB is 212 - color contains mainly: blue. Hex color #757AD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757AD4 is #8A852B. Grayscale: #828282. Windows color (decimal): -9078060 or 13924981. OLE color: 13924981.

HSL color Cylindrical-coordinate representation of color #757AD4: hue angle of 236.84º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #757AD4 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 122 212 -
CMYK 0.45 0.42 0 0.17
HSL 236.84º 0.52% 0.65% -
HSV(B) 236.84º 0.45% 0.83% -
XYZ 26.18 22.45 65.24 -
YUV 130.77 173.84 118.18 -
System Red Green Blue C M Y K H S L
Decimal 117 122 212 0.45 0.42 0 0.17 236.84 0.52 0.65
Hex 75 7A D4 2D 2A 0 11 ED 34 41
Octal 165 172 324 55 52 0 21 355 64 101
Binary 1110101 1111010 11010100 101101 101010 0 10001 11101101 110100 1000001

Color Harmonies of #757AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757AD4

Black with #757AD4

Text Example


Text Example

White with #757AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757AD4; }

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

 H1.HeaderClassName
 {
   color: #757AD4;
 }
 .AnyTagClassName
 {
   color: #757AD4;
 }
</style>

background-color css

<style>
 a { background-color: #757AD4; }

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

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

border-color css

<style>
 span { border-color: #757AD4; }

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

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