Html Css Color HEX #757DD3 Moody Blue

📋 copy color: '#757DD3'

red 117 ◦ green 125 ◦ blue 211

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

Shades of Moody Blue #757DD3

Tints of Moody Blue #757DD3

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.59%

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

R = 25.83%
G = 27.59%
B = 46.58%

CMYK

 C value IS 0.45

 M value IS 0.41

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#757DD3 (or 0x757DD3) is known color: Moody Blue. HEX triplet: 75, 7D and D3. RGB value is (117,125,211). Sum of RGB (Red+Green+Blue) = 117+125+211=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 211 (82.81% from 255 or 46.58% from 453); Max value from RGB is 211 - color contains mainly: blue. Hex color #757DD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757DD3 is #8A822C. Grayscale: #848484. Windows color (decimal): -9077293 or 13860213. OLE color: 13860213.

HSL color Cylindrical-coordinate representation of color #757DD3: hue angle of 234.89º 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 #757DD3 is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 125 211 -
CMYK 0.45 0.41 0 0.17
HSL 234.89º 0.52% 0.64% -
HSV(B) 234.89º 0.45% 0.83% -
XYZ 26.43 23.15 64.7 -
YUV 132.41 172.35 117.01 -
System Red Green Blue C M Y K H S L
Decimal 117 125 211 0.45 0.41 0 0.17 234.89 0.52 0.64
Hex 75 7D D3 2D 29 0 11 EB 34 40
Octal 165 175 323 55 51 0 21 353 64 100
Binary 1110101 1111101 11010011 101101 101001 0 10001 11101011 110100 1000000

Color Harmonies of #757DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757DD3

Black with #757DD3

Text Example


Text Example

White with #757DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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