Html Css Color HEX #7B6ABC Moody Blue

📋 copy color: '#7B6ABC'

red 123 ◦ green 106 ◦ blue 188

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

Shades of Moody Blue #7B6ABC

Tints of Moody Blue #7B6ABC

RGB

 RED value IS 123 (48.44% from 255) = 29.5%

 GREEN value IS 106 (41.8% from 255) = 25.42%

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

R = 29.5%
G = 25.42%
B = 45.08%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7B6ABC (or 0x7B6ABC) is known color: Moody Blue. HEX triplet: 7B, 6A and BC. RGB value is (123,106,188). Sum of RGB (Red+Green+Blue) = 123+106+188=417 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.50% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B6ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6ABC is #849543. Grayscale: #787878. Windows color (decimal): -8688964 or 12348027. OLE color: 12348027.

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

Color convert

RGB 123 106 188 -
CMYK 0.35 0.44 0 0.26
HSL 252.44º 0.38% 0.58% -
HSV(B) 252.44º 0.44% 0.74% -
XYZ 22.4 18.15 49.9 -
YUV 120.43 166.13 129.83 -
System Red Green Blue C M Y K H S L
Decimal 123 106 188 0.35 0.44 0 0.26 252.44 0.38 0.58
Hex 7B 6A BC 23 2C 0 1A FC 26 3A
Octal 173 152 274 43 54 0 32 374 46 72
Binary 1111011 1101010 10111100 100011 101100 0 11010 11111100 100110 111010

Color Harmonies of #7B6ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6ABC

Black with #7B6ABC

Text Example


Text Example

White with #7B6ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,106,188); }

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

background-color css

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

 a { background-color: rgb(123,106,188); }

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

border-color css

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

 span { border-color: rgb(123,106,188); }

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