Html Css Color HEX #757CDA Moody Blue

📋 copy color: '#757CDA'

red 117 ◦ green 124 ◦ blue 218

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

Shades of Moody Blue #757CDA

Tints of Moody Blue #757CDA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.02%

 BLUE value IS 218 (85.55% from 255) = 47.49%

R = 25.49%
G = 27.02%
B = 47.49%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#757CDA (or 0x757CDA) is known color: Moody Blue. HEX triplet: 75, 7C and DA. RGB value is (117,124,218). Sum of RGB (Red+Green+Blue) = 117+124+218=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #757CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757CDA is #8A8325. Grayscale: #848484. Windows color (decimal): -9077542 or 14318709. OLE color: 14318709.

HSL color Cylindrical-coordinate representation of color #757CDA: hue angle of 235.84º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #757CDA is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 124 218 -
CMYK 0.46 0.43 0 0.15
HSL 235.84º 0.58% 0.66% -
HSV(B) 235.84º 0.46% 0.85% -
XYZ 27.2 23.26 69.39 -
YUV 132.62 176.18 116.86 -
System Red Green Blue C M Y K H S L
Decimal 117 124 218 0.46 0.43 0 0.15 235.84 0.58 0.66
Hex 75 7C DA 2E 2B 0 F EC 3A 42
Octal 165 174 332 56 53 0 17 354 72 102
Binary 1110101 1111100 11011010 101110 101011 0 1111 11101100 111010 1000010

Color Harmonies of #757CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757CDA

Black with #757CDA

Text Example


Text Example

White with #757CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,124,218); }

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

background-color css

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

 a { background-color: rgb(117,124,218); }

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

border-color css

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

 span { border-color: rgb(117,124,218); }

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