Html Css Color HEX #757AD3 Moody Blue

📋 copy color: '#757AD3'

red 117 ◦ green 122 ◦ blue 211

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

Shades of Moody Blue #757AD3

Tints of Moody Blue #757AD3

RGB

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

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

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

R = 26%
G = 27.11%
B = 46.89%

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

#757AD3 (or 0x757AD3) is known color: Moody Blue. HEX triplet: 75, 7A and D3. RGB value is (117,122,211). Sum of RGB (Red+Green+Blue) = 117+122+211=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 211 (82.81% from 255 or 46.89% from 450); Max value from RGB is 211 - color contains mainly: blue. Hex color #757AD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757AD3 is #8A852C. Grayscale: #828282. Windows color (decimal): -9078061 or 13859445. OLE color: 13859445.

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

Color convert

RGB 117 122 211 -
CMYK 0.45 0.42 0 0.17
HSL 236.81º 0.52% 0.64% -
HSV(B) 236.81º 0.45% 0.83% -
XYZ 26.05 22.4 64.58 -
YUV 130.65 173.34 118.26 -
System Red Green Blue C M Y K H S L
Decimal 117 122 211 0.45 0.42 0 0.17 236.81 0.52 0.64
Hex 75 7A D3 2D 2A 0 11 ED 34 40
Octal 165 172 323 55 52 0 21 355 64 100
Binary 1110101 1111010 11010011 101101 101010 0 10001 11101101 110100 1000000

Color Harmonies of #757AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757AD3

Black with #757AD3

Text Example


Text Example

White with #757AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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