Html Css Color HEX #757DD0 Moody Blue

📋 copy color: '#757DD0'

red 117 ◦ green 125 ◦ blue 208

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

Shades of Moody Blue #757DD0

Tints of Moody Blue #757DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.22%

R = 26%
G = 27.78%
B = 46.22%

CMYK

 C value IS 0.44

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#757DD0 (or 0x757DD0) is known color: Moody Blue. HEX triplet: 75, 7D and D0. RGB value is (117,125,208). Sum of RGB (Red+Green+Blue) = 117+125+208=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 208 (81.64% from 255 or 46.22% from 450); Max value from RGB is 208 - color contains mainly: blue. Hex color #757DD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757DD0 is #8A822F. Grayscale: #838383. Windows color (decimal): -9077296 or 13663605. OLE color: 13663605.

HSL color Cylindrical-coordinate representation of color #757DD0: hue angle of 234.73º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #757DD0 is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 125 208 -
CMYK 0.44 0.40 0 0.18
HSL 234.73º 0.49% 0.64% -
HSV(B) 234.73º 0.44% 0.82% -
XYZ 26.05 23 62.74 -
YUV 132.07 170.85 117.25 -
System Red Green Blue C M Y K H S L
Decimal 117 125 208 0.44 0.40 0 0.18 234.73 0.49 0.64
Hex 75 7D D0 2C 28 0 12 EB 31 40
Octal 165 175 320 54 50 0 22 353 61 100
Binary 1110101 1111101 11010000 101100 101000 0 10010 11101011 110001 1000000

Color Harmonies of #757DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757DD0

Black with #757DD0

Text Example


Text Example

White with #757DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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