Html Css Color HEX #7A75BC Moody Blue

📋 copy color: '#7A75BC'

red 122 ◦ green 117 ◦ blue 188

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

Shades of Moody Blue #7A75BC

Tints of Moody Blue #7A75BC

RGB

 RED value IS 122 (48.05% from 255) = 28.57%

 GREEN value IS 117 (46.09% from 255) = 27.4%

 BLUE value IS 188 (73.83% from 255) = 44.03%

R = 28.57%
G = 27.4%
B = 44.03%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7A75BC (or 0x7A75BC) is known color: Moody Blue. HEX triplet: 7A, 75 and BC. RGB value is (122,117,188). Sum of RGB (Red+Green+Blue) = 122+117+188=427 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.57% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A75BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A75BC is #858A43. Grayscale: #7E7E7E. Windows color (decimal): -8751684 or 12350842. OLE color: 12350842.

HSL color Cylindrical-coordinate representation of color #7A75BC: hue angle of 244.23º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A75BC is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 122 117 188 -
CMYK 0.35 0.38 0 0.26
HSL 244.23º 0.35% 0.6% -
HSV(B) 244.23º 0.38% 0.74% -
XYZ 23.46 20.49 50.3 -
YUV 126.59 162.66 124.73 -
System Red Green Blue C M Y K H S L
Decimal 122 117 188 0.35 0.38 0 0.26 244.23 0.35 0.6
Hex 7A 75 BC 23 26 0 1A F4 23 3C
Octal 172 165 274 43 46 0 32 364 43 74
Binary 1111010 1110101 10111100 100011 100110 0 11010 11110100 100011 111100

Color Harmonies of #7A75BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A75BC

Black with #7A75BC

Text Example


Text Example

White with #7A75BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A75BC; }

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

 H1.HeaderClassName
 {
   color: #7A75BC;
 }
 .AnyTagClassName
 {
   color: #7A75BC;
 }
</style>

background-color css

<style>
 a { background-color: #7A75BC; }

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

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

border-color css

<style>
 span { border-color: #7A75BC; }

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

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