Html Css Color HEX #7B7EC9 Moody Blue

📋 copy color: '#7B7EC9'

red 123 ◦ green 126 ◦ blue 201

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

Shades of Moody Blue #7B7EC9

Tints of Moody Blue #7B7EC9

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28%

 BLUE value IS 201 (78.91% from 255) = 44.67%

R = 27.33%
G = 28%
B = 44.67%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7B7EC9 (or 0x7B7EC9) is known color: Moody Blue. HEX triplet: 7B, 7E and C9. RGB value is (123,126,201). Sum of RGB (Red+Green+Blue) = 123+126+201=450 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.33% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 201 - color contains mainly: blue. Hex color #7B7EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7EC9 is #848136. Grayscale: #858585. Windows color (decimal): -8683831 or 13205115. OLE color: 13205115.

HSL color Cylindrical-coordinate representation of color #7B7EC9: hue angle of 237.69º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7B7EC9 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 123 126 201 -
CMYK 0.39 0.37 0 0.21
HSL 237.69º 0.42% 0.64% -
HSV(B) 237.69º 0.39% 0.79% -
XYZ 26.17 23.35 58.39 -
YUV 133.65 166.01 120.4 -
System Red Green Blue C M Y K H S L
Decimal 123 126 201 0.39 0.37 0 0.21 237.69 0.42 0.64
Hex 7B 7E C9 27 25 0 15 EE 2A 40
Octal 173 176 311 47 45 0 25 356 52 100
Binary 1111011 1111110 11001001 100111 100101 0 10101 11101110 101010 1000000

Color Harmonies of #7B7EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7EC9

Black with #7B7EC9

Text Example


Text Example

White with #7B7EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,126,201); }

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

background-color css

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

 a { background-color: rgb(123,126,201); }

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

border-color css

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

 span { border-color: rgb(123,126,201); }

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