Html Css Color HEX #7B7DCF Moody Blue

📋 copy color: '#7B7DCF'

red 123 ◦ green 125 ◦ blue 207

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

Shades of Moody Blue #7B7DCF

Tints of Moody Blue #7B7DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.49%

R = 27.03%
G = 27.47%
B = 45.49%

CMYK

 C value IS 0.41

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B7DCF (or 0x7B7DCF) is known color: Moody Blue. HEX triplet: 7B, 7D and CF. RGB value is (123,125,207). Sum of RGB (Red+Green+Blue) = 123+125+207=455 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.03% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B7DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7DCF is #848230. Grayscale: #858585. Windows color (decimal): -8684081 or 13598075. OLE color: 13598075.

HSL color Cylindrical-coordinate representation of color #7B7DCF: hue angle of 238.57º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B7DCF is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 125 207 -
CMYK 0.41 0.40 0 0.19
HSL 238.57º 0.47% 0.65% -
HSV(B) 238.57º 0.41% 0.81% -
XYZ 26.76 23.38 62.13 -
YUV 133.75 169.34 120.33 -
System Red Green Blue C M Y K H S L
Decimal 123 125 207 0.41 0.40 0 0.19 238.57 0.47 0.65
Hex 7B 7D CF 29 28 0 13 EF 2F 41
Octal 173 175 317 51 50 0 23 357 57 101
Binary 1111011 1111101 11001111 101001 101000 0 10011 11101111 101111 1000001

Color Harmonies of #7B7DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7DCF

Black with #7B7DCF

Text Example


Text Example

White with #7B7DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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