Html Css Color HEX #7B83CD Moody Blue

📋 copy color: '#7B83CD'

red 123 ◦ green 131 ◦ blue 205

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

Shades of Moody Blue #7B83CD

Tints of Moody Blue #7B83CD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.54%

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

R = 26.8%
G = 28.54%
B = 44.66%

CMYK

 C value IS 0.4

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7B83CD (or 0x7B83CD) is known color: Moody Blue. HEX triplet: 7B, 83 and CD. RGB value is (123,131,205). Sum of RGB (Red+Green+Blue) = 123+131+205=459 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.80% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B83CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B83CD is #847C32. Grayscale: #888888. Windows color (decimal): -8682547 or 13468539. OLE color: 13468539.

HSL color Cylindrical-coordinate representation of color #7B83CD: hue angle of 234.15º 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 #7B83CD is Cyan = 0.4, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 123 131 205 -
CMYK 0.4 0.36 0 0.20
HSL 234.15º 0.45% 0.64% -
HSV(B) 234.15º 0.4% 0.8% -
XYZ 27.3 24.85 61.12 -
YUV 137.04 166.35 117.98 -
System Red Green Blue C M Y K H S L
Decimal 123 131 205 0.4 0.36 0 0.20 234.15 0.45 0.64
Hex 7B 83 CD 28 24 0 14 EA 2D 40
Octal 173 203 315 50 44 0 24 352 55 100
Binary 1111011 10000011 11001101 101000 100100 0 10100 11101010 101101 1000000

Color Harmonies of #7B83CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B83CD

Black with #7B83CD

Text Example


Text Example

White with #7B83CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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