Html Css Color HEX #7B7CDE Moody Blue

📋 copy color: '#7B7CDE'

red 123 ◦ green 124 ◦ blue 222

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

Shades of Moody Blue #7B7CDE

Tints of Moody Blue #7B7CDE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.44%

 BLUE value IS 222 (87.11% from 255) = 47.33%

R = 26.23%
G = 26.44%
B = 47.33%

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7B7CDE (or 0x7B7CDE) is known color: Moody Blue. HEX triplet: 7B, 7C and DE. RGB value is (123,124,222). Sum of RGB (Red+Green+Blue) = 123+124+222=469 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.23% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #7B7CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7CDE is #848321. Grayscale: #868686. Windows color (decimal): -8684322 or 14580859. OLE color: 14580859.

HSL color Cylindrical-coordinate representation of color #7B7CDE: hue angle of 239.39º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B7CDE is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 124 222 -
CMYK 0.45 0.44 0 0.13
HSL 239.39º 0.6% 0.68% -
HSV(B) 239.39º 0.45% 0.87% -
XYZ 28.56 23.9 72.22 -
YUV 134.87 177.17 119.53 -
System Red Green Blue C M Y K H S L
Decimal 123 124 222 0.45 0.44 0 0.13 239.39 0.6 0.68
Hex 7B 7C DE 2D 2C 0 D EF 3C 44
Octal 173 174 336 55 54 0 15 357 74 104
Binary 1111011 1111100 11011110 101101 101100 0 1101 11101111 111100 1000100

Color Harmonies of #7B7CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7CDE

Black with #7B7CDE

Text Example


Text Example

White with #7B7CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,124,222); }

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

background-color css

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

 a { background-color: rgb(123,124,222); }

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

border-color css

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

 span { border-color: rgb(123,124,222); }

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