Html Css Color HEX #7B7DBF Moody Blue

📋 copy color: '#7B7DBF'

red 123 ◦ green 125 ◦ blue 191

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

Shades of Moody Blue #7B7DBF

Tints of Moody Blue #7B7DBF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.47%

 BLUE value IS 191 (75% from 255) = 43.51%

R = 28.02%
G = 28.47%
B = 43.51%

CMYK

 C value IS 0.36

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7B7DBF (or 0x7B7DBF) is known color: Moody Blue. HEX triplet: 7B, 7D and BF. RGB value is (123,125,191). Sum of RGB (Red+Green+Blue) = 123+125+191=439 (58% of max value = 765). Red value is 123 (48.44% from 255 or 28.02% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #7B7DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7DBF is #848240. Grayscale: #838383. Windows color (decimal): -8684097 or 12549499. OLE color: 12549499.

HSL color Cylindrical-coordinate representation of color #7B7DBF: hue angle of 238.24º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7B7DBF is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 125 191 -
CMYK 0.36 0.35 0 0.25
HSL 238.24º 0.35% 0.62% -
HSV(B) 238.24º 0.36% 0.75% -
XYZ 24.91 22.64 52.35 -
YUV 131.93 161.34 121.63 -
System Red Green Blue C M Y K H S L
Decimal 123 125 191 0.36 0.35 0 0.25 238.24 0.35 0.62
Hex 7B 7D BF 24 23 0 19 EE 23 3E
Octal 173 175 277 44 43 0 31 356 43 76
Binary 1111011 1111101 10111111 100100 100011 0 11001 11101110 100011 111110

Color Harmonies of #7B7DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7DBF

Black with #7B7DBF

Text Example


Text Example

White with #7B7DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,125,191); }

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

background-color css

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

 a { background-color: rgb(123,125,191); }

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

border-color css

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

 span { border-color: rgb(123,125,191); }

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