Html Css Color HEX #757FD3 Moody Blue

📋 copy color: '#757FD3'

red 117 ◦ green 127 ◦ blue 211

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

Shades of Moody Blue #757FD3

Tints of Moody Blue #757FD3

RGB

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

 GREEN value IS 127 (50% from 255) = 27.91%

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

R = 25.71%
G = 27.91%
B = 46.37%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#757FD3 (or 0x757FD3) is known color: Moody Blue. HEX triplet: 75, 7F and D3. RGB value is (117,127,211). Sum of RGB (Red+Green+Blue) = 117+127+211=455 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.71% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 211 (82.81% from 255 or 46.37% from 455); Max value from RGB is 211 - color contains mainly: blue. Hex color #757FD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757FD3 is #8A802C. Grayscale: #858585. Windows color (decimal): -9076781 or 13860725. OLE color: 13860725.

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

Color convert

RGB 117 127 211 -
CMYK 0.45 0.40 0 0.17
HSL 233.62º 0.52% 0.64% -
HSV(B) 233.62º 0.45% 0.83% -
XYZ 26.68 23.66 64.79 -
YUV 133.59 171.69 116.17 -
System Red Green Blue C M Y K H S L
Decimal 117 127 211 0.45 0.40 0 0.17 233.62 0.52 0.64
Hex 75 7F D3 2D 28 0 11 EA 34 40
Octal 165 177 323 55 50 0 21 352 64 100
Binary 1110101 1111111 11010011 101101 101000 0 10001 11101010 110100 1000000

Color Harmonies of #757FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757FD3

Black with #757FD3

Text Example


Text Example

White with #757FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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