Html Css Color HEX #757ADB Moody Blue

📋 copy color: '#757ADB'

red 117 ◦ green 122 ◦ blue 219

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

Shades of Moody Blue #757ADB

Tints of Moody Blue #757ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.64%

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

R = 25.55%
G = 26.64%
B = 47.82%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#757ADB (or 0x757ADB) is known color: Moody Blue. HEX triplet: 75, 7A and DB. RGB value is (117,122,219). Sum of RGB (Red+Green+Blue) = 117+122+219=458 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.55% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #757ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757ADB is #8A8524. Grayscale: #838383. Windows color (decimal): -9078053 or 14383733. OLE color: 14383733.

HSL color Cylindrical-coordinate representation of color #757ADB: hue angle of 237.06º 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 #757ADB is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 122 219 -
CMYK 0.47 0.44 0 0.14
HSL 237.06º 0.59% 0.66% -
HSV(B) 237.06º 0.47% 0.86% -
XYZ 27.08 22.82 69.99 -
YUV 131.56 177.34 117.61 -
System Red Green Blue C M Y K H S L
Decimal 117 122 219 0.47 0.44 0 0.14 237.06 0.59 0.66
Hex 75 7A DB 2F 2C 0 E ED 3B 42
Octal 165 172 333 57 54 0 16 355 73 102
Binary 1110101 1111010 11011011 101111 101100 0 1110 11101101 111011 1000010

Color Harmonies of #757ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757ADB

Black with #757ADB

Text Example


Text Example

White with #757ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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