Html Css Color HEX #757ADC Moody Blue

📋 copy color: '#757ADC'

red 117 ◦ green 122 ◦ blue 220

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

Shades of Moody Blue #757ADC

Tints of Moody Blue #757ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.93%

R = 25.49%
G = 26.58%
B = 47.93%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#757ADC (or 0x757ADC) is known color: Moody Blue. HEX triplet: 75, 7A and DC. RGB value is (117,122,220). Sum of RGB (Red+Green+Blue) = 117+122+220=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #757ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757ADC is #8A8523. Grayscale: #838383. Windows color (decimal): -9078052 or 14449269. OLE color: 14449269.

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

Color convert

RGB 117 122 220 -
CMYK 0.47 0.45 0 0.14
HSL 237.09º 0.6% 0.66% -
HSV(B) 237.09º 0.47% 0.86% -
XYZ 27.21 22.87 70.69 -
YUV 131.68 177.84 117.53 -
System Red Green Blue C M Y K H S L
Decimal 117 122 220 0.47 0.45 0 0.14 237.09 0.6 0.66
Hex 75 7A DC 2F 2D 0 E ED 3C 42
Octal 165 172 334 57 55 0 16 355 74 102
Binary 1110101 1111010 11011100 101111 101101 0 1110 11101101 111100 1000010

Color Harmonies of #757ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757ADC

Black with #757ADC

Text Example


Text Example

White with #757ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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