Html Css Color HEX #757AC2 Moody Blue

📋 copy color: '#757AC2'

red 117 ◦ green 122 ◦ blue 194

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

Shades of Moody Blue #757AC2

Tints of Moody Blue #757AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.8%

R = 27.02%
G = 28.18%
B = 44.8%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#757AC2 (or 0x757AC2) is known color: Moody Blue. HEX triplet: 75, 7A and C2. RGB value is (117,122,194). Sum of RGB (Red+Green+Blue) = 117+122+194=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 194 - color contains mainly: blue. Hex color #757AC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757AC2 is #8A853D. Grayscale: #808080. Windows color (decimal): -9078078 or 12745333. OLE color: 12745333.

HSL color Cylindrical-coordinate representation of color #757AC2: hue angle of 236.1º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #757AC2 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 122 194 -
CMYK 0.40 0.37 0 0.24
HSL 236.1º 0.39% 0.61% -
HSV(B) 236.1º 0.4% 0.76% -
XYZ 24.03 21.6 53.94 -
YUV 128.71 164.84 119.65 -
System Red Green Blue C M Y K H S L
Decimal 117 122 194 0.40 0.37 0 0.24 236.1 0.39 0.61
Hex 75 7A C2 28 25 0 18 EC 27 3D
Octal 165 172 302 50 45 0 30 354 47 75
Binary 1110101 1111010 11000010 101000 100101 0 11000 11101100 100111 111101

Color Harmonies of #757AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757AC2

Black with #757AC2

Text Example


Text Example

White with #757AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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