Html Css Color HEX #7D7BBE Moody Blue

📋 copy color: '#7D7BBE'

red 125 ◦ green 123 ◦ blue 190

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

Shades of Moody Blue #7D7BBE

Tints of Moody Blue #7D7BBE

RGB

 RED value IS 125 (49.22% from 255) = 28.54%

 GREEN value IS 123 (48.44% from 255) = 28.08%

 BLUE value IS 190 (74.61% from 255) = 43.38%

R = 28.54%
G = 28.08%
B = 43.38%

CMYK

 C value IS 0.34

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7D7BBE (or 0x7D7BBE) is known color: Moody Blue. HEX triplet: 7D, 7B and BE. RGB value is (125,123,190). Sum of RGB (Red+Green+Blue) = 125+123+190=438 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.54% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D7BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7BBE is #828441. Grayscale: #828282. Windows color (decimal): -8553538 or 12483453. OLE color: 12483453.

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

Color convert

RGB 125 123 190 -
CMYK 0.34 0.35 0 0.25
HSL 241.79º 0.34% 0.61% -
HSV(B) 241.79º 0.35% 0.75% -
XYZ 24.83 22.24 51.7 -
YUV 131.24 161.16 123.55 -
System Red Green Blue C M Y K H S L
Decimal 125 123 190 0.34 0.35 0 0.25 241.79 0.34 0.61
Hex 7D 7B BE 22 23 0 19 F2 22 3D
Octal 175 173 276 42 43 0 31 362 42 75
Binary 1111101 1111011 10111110 100010 100011 0 11001 11110010 100010 111101

Color Harmonies of #7D7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7BBE

Black with #7D7BBE

Text Example


Text Example

White with #7D7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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