Html Css Color HEX #7A68BB Moody Blue

📋 copy color: '#7A68BB'

red 122 ◦ green 104 ◦ blue 187

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

Shades of Moody Blue #7A68BB

Tints of Moody Blue #7A68BB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.18%

 BLUE value IS 187 (73.44% from 255) = 45.28%

R = 29.54%
G = 25.18%
B = 45.28%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7A68BB (or 0x7A68BB) is known color: Moody Blue. HEX triplet: 7A, 68 and BB. RGB value is (122,104,187). Sum of RGB (Red+Green+Blue) = 122+104+187=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A68BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A68BB is #859744. Grayscale: #767676. Windows color (decimal): -8755013 or 12281978. OLE color: 12281978.

HSL color Cylindrical-coordinate representation of color #7A68BB: hue angle of 253.01º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A68BB is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 104 187 -
CMYK 0.35 0.44 0 0.27
HSL 253.01º 0.38% 0.57% -
HSV(B) 253.01º 0.44% 0.73% -
XYZ 21.95 17.63 49.26 -
YUV 118.84 166.46 130.25 -
System Red Green Blue C M Y K H S L
Decimal 122 104 187 0.35 0.44 0 0.27 253.01 0.38 0.57
Hex 7A 68 BB 23 2C 0 1B FD 26 39
Octal 172 150 273 43 54 0 33 375 46 71
Binary 1111010 1101000 10111011 100011 101100 0 11011 11111101 100110 111001

Color Harmonies of #7A68BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A68BB

Black with #7A68BB

Text Example


Text Example

White with #7A68BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,104,187); }

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

background-color css

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

 a { background-color: rgb(122,104,187); }

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

border-color css

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

 span { border-color: rgb(122,104,187); }

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