Html Css Color HEX #7B7ACE Moody Blue

📋 copy color: '#7B7ACE'

red 123 ◦ green 122 ◦ blue 206

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

Shades of Moody Blue #7B7ACE

Tints of Moody Blue #7B7ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.68%

R = 27.27%
G = 27.05%
B = 45.68%

CMYK

 C value IS 0.40

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B7ACE (or 0x7B7ACE) is known color: Moody Blue. HEX triplet: 7B, 7A and CE. RGB value is (123,122,206). Sum of RGB (Red+Green+Blue) = 123+122+206=451 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.27% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B7ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7ACE is #848531. Grayscale: #838383. Windows color (decimal): -8684850 or 13531771. OLE color: 13531771.

HSL color Cylindrical-coordinate representation of color #7B7ACE: hue angle of 240.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B7ACE is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 122 206 -
CMYK 0.40 0.41 0 0.19
HSL 240.71º 0.46% 0.64% -
HSV(B) 240.71º 0.41% 0.81% -
XYZ 26.27 22.59 61.37 -
YUV 131.88 169.83 121.67 -
System Red Green Blue C M Y K H S L
Decimal 123 122 206 0.40 0.41 0 0.19 240.71 0.46 0.64
Hex 7B 7A CE 28 29 0 13 F1 2E 40
Octal 173 172 316 50 51 0 23 361 56 100
Binary 1111011 1111010 11001110 101000 101001 0 10011 11110001 101110 1000000

Color Harmonies of #7B7ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7ACE

Black with #7B7ACE

Text Example


Text Example

White with #7B7ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,122,206); }

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

background-color css

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

 a { background-color: rgb(123,122,206); }

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

border-color css

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

 span { border-color: rgb(123,122,206); }

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