Html Css Color HEX #7B7DCD Moody Blue

📋 copy color: '#7B7DCD'

red 123 ◦ green 125 ◦ blue 205

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

Shades of Moody Blue #7B7DCD

Tints of Moody Blue #7B7DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.25%

R = 27.15%
G = 27.59%
B = 45.25%

CMYK

 C value IS 0.4

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7B7DCD (or 0x7B7DCD) is known color: Moody Blue. HEX triplet: 7B, 7D and CD. RGB value is (123,125,205). Sum of RGB (Red+Green+Blue) = 123+125+205=453 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.15% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B7DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7DCD is #848232. Grayscale: #858585. Windows color (decimal): -8684083 or 13467003. OLE color: 13467003.

HSL color Cylindrical-coordinate representation of color #7B7DCD: hue angle of 238.54º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B7DCD is Cyan = 0.4, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 123 125 205 -
CMYK 0.4 0.39 0 0.20
HSL 238.54º 0.45% 0.64% -
HSV(B) 238.54º 0.4% 0.8% -
XYZ 26.52 23.29 60.85 -
YUV 133.52 168.34 120.5 -
System Red Green Blue C M Y K H S L
Decimal 123 125 205 0.4 0.39 0 0.20 238.54 0.45 0.64
Hex 7B 7D CD 28 27 0 14 EF 2D 40
Octal 173 175 315 50 47 0 24 357 55 100
Binary 1111011 1111101 11001101 101000 100111 0 10100 11101111 101101 1000000

Color Harmonies of #7B7DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7DCD

Black with #7B7DCD

Text Example


Text Example

White with #7B7DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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