Html Css Color HEX #757FDA Moody Blue

📋 copy color: '#757FDA'

red 117 ◦ green 127 ◦ blue 218

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

Shades of Moody Blue #757FDA

Tints of Moody Blue #757FDA

RGB

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

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

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

R = 25.32%
G = 27.49%
B = 47.19%

CMYK

 C value IS 0.46

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#757FDA (or 0x757FDA) is known color: Moody Blue. HEX triplet: 75, 7F and DA. RGB value is (117,127,218). Sum of RGB (Red+Green+Blue) = 117+127+218=462 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.32% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #757FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757FDA is #8A8025. Grayscale: #868686. Windows color (decimal): -9076774 or 14319477. OLE color: 14319477.

HSL color Cylindrical-coordinate representation of color #757FDA: hue angle of 234.06º 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 #757FDA is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 127 218 -
CMYK 0.46 0.42 0 0.15
HSL 234.06º 0.58% 0.66% -
HSV(B) 234.06º 0.46% 0.85% -
XYZ 27.58 24.02 69.51 -
YUV 134.38 175.19 115.6 -
System Red Green Blue C M Y K H S L
Decimal 117 127 218 0.46 0.42 0 0.15 234.06 0.58 0.66
Hex 75 7F DA 2E 2A 0 F EA 3A 42
Octal 165 177 332 56 52 0 17 352 72 102
Binary 1110101 1111111 11011010 101110 101010 0 1111 11101010 111010 1000010

Color Harmonies of #757FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757FDA

Black with #757FDA

Text Example


Text Example

White with #757FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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