Html Css Color HEX #757EDB Moody Blue

📋 copy color: '#757EDB'

red 117 ◦ green 126 ◦ blue 219

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

Shades of Moody Blue #757EDB

Tints of Moody Blue #757EDB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.27%

 BLUE value IS 219 (85.94% from 255) = 47.4%

R = 25.32%
G = 27.27%
B = 47.4%

CMYK

 C value IS 0.47

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#757EDB (or 0x757EDB) is known color: Moody Blue. HEX triplet: 75, 7E and DB. RGB value is (117,126,219). Sum of RGB (Red+Green+Blue) = 117+126+219=462 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.32% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #757EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757EDB is #8A8124. Grayscale: #858585. Windows color (decimal): -9077029 or 14384757. OLE color: 14384757.

HSL color Cylindrical-coordinate representation of color #757EDB: hue angle of 234.71º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #757EDB is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 126 219 -
CMYK 0.47 0.42 0 0.14
HSL 234.71º 0.59% 0.66% -
HSV(B) 234.71º 0.47% 0.86% -
XYZ 27.58 23.82 70.16 -
YUV 133.91 176.02 115.94 -
System Red Green Blue C M Y K H S L
Decimal 117 126 219 0.47 0.42 0 0.14 234.71 0.59 0.66
Hex 75 7E DB 2F 2A 0 E EB 3B 42
Octal 165 176 333 57 52 0 16 353 73 102
Binary 1110101 1111110 11011011 101111 101010 0 1110 11101011 111011 1000010

Color Harmonies of #757EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757EDB

Black with #757EDB

Text Example


Text Example

White with #757EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,126,219); }

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

background-color css

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

 a { background-color: rgb(117,126,219); }

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

border-color css

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

 span { border-color: rgb(117,126,219); }

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