Html Css Color HEX #7B7EDB Moody Blue

📋 copy color: '#7B7EDB'

red 123 ◦ green 126 ◦ blue 219

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

Shades of Moody Blue #7B7EDB

Tints of Moody Blue #7B7EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.79%

R = 26.28%
G = 26.92%
B = 46.79%

CMYK

 C value IS 0.44

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7B7EDB (or 0x7B7EDB) is known color: Moody Blue. HEX triplet: 7B, 7E and DB. RGB value is (123,126,219). Sum of RGB (Red+Green+Blue) = 123+126+219=468 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.28% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #7B7EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7EDB is #848124. Grayscale: #878787. Windows color (decimal): -8683813 or 14384763. OLE color: 14384763.

HSL color Cylindrical-coordinate representation of color #7B7EDB: hue angle of 238.12º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B7EDB is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 123 126 219 -
CMYK 0.44 0.42 0 0.14
HSL 238.13º 0.57% 0.67% -
HSV(B) 238.13º 0.44% 0.86% -
XYZ 28.42 24.25 70.2 -
YUV 135.71 175.01 118.94 -
System Red Green Blue C M Y K H S L
Decimal 123 126 219 0.44 0.42 0 0.14 238.13 0.57 0.67
Hex 7B 7E DB 2C 2A 0 E EE 39 43
Octal 173 176 333 54 52 0 16 356 71 103
Binary 1111011 1111110 11011011 101100 101010 0 1110 11101110 111001 1000011

Color Harmonies of #7B7EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7EDB

Black with #7B7EDB

Text Example


Text Example

White with #7B7EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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