Html Css Color HEX #7B82CC Moody Blue

📋 copy color: '#7B82CC'

red 123 ◦ green 130 ◦ blue 204

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

Shades of Moody Blue #7B82CC

Tints of Moody Blue #7B82CC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.45%

 BLUE value IS 204 (80.08% from 255) = 44.64%

R = 26.91%
G = 28.45%
B = 44.64%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7B82CC (or 0x7B82CC) is known color: Moody Blue. HEX triplet: 7B, 82 and CC. RGB value is (123,130,204). Sum of RGB (Red+Green+Blue) = 123+130+204=457 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.91% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B82CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B82CC is #847D33. Grayscale: #888888. Windows color (decimal): -8682804 or 13402747. OLE color: 13402747.

HSL color Cylindrical-coordinate representation of color #7B82CC: hue angle of 234.81º degrees, saturation: 0.44, 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 #7B82CC is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 123 130 204 -
CMYK 0.40 0.36 0 0.2
HSL 234.81º 0.44% 0.64% -
HSV(B) 234.81º 0.4% 0.8% -
XYZ 27.05 24.54 60.44 -
YUV 136.34 166.18 118.48 -
System Red Green Blue C M Y K H S L
Decimal 123 130 204 0.40 0.36 0 0.2 234.81 0.44 0.64
Hex 7B 82 CC 28 24 0 14 EB 2C 40
Octal 173 202 314 50 44 0 24 353 54 100
Binary 1111011 10000010 11001100 101000 100100 0 10100 11101011 101100 1000000

Color Harmonies of #7B82CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B82CC

Black with #7B82CC

Text Example


Text Example

White with #7B82CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,130,204); }

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

background-color css

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

 a { background-color: rgb(123,130,204); }

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

border-color css

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

 span { border-color: rgb(123,130,204); }

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