Html Css Color HEX #7B7DC2 Moody Blue

📋 copy color: '#7B7DC2'

red 123 ◦ green 125 ◦ blue 194

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

Shades of Moody Blue #7B7DC2

Tints of Moody Blue #7B7DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.89%

R = 27.83%
G = 28.28%
B = 43.89%

CMYK

 C value IS 0.37

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7B7DC2 (or 0x7B7DC2) is known color: Moody Blue. HEX triplet: 7B, 7D and C2. RGB value is (123,125,194). Sum of RGB (Red+Green+Blue) = 123+125+194=442 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.83% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 194 (76.17% from 255 or 43.89% from 442); Max value from RGB is 194 - color contains mainly: blue. Hex color #7B7DC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7DC2 is #84823D. Grayscale: #838383. Windows color (decimal): -8684094 or 12746107. OLE color: 12746107.

HSL color Cylindrical-coordinate representation of color #7B7DC2: hue angle of 238.31º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7B7DC2 is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 123 125 194 -
CMYK 0.37 0.36 0 0.24
HSL 238.31º 0.37% 0.62% -
HSV(B) 238.31º 0.37% 0.76% -
XYZ 25.24 22.77 54.1 -
YUV 132.27 162.84 121.39 -
System Red Green Blue C M Y K H S L
Decimal 123 125 194 0.37 0.36 0 0.24 238.31 0.37 0.62
Hex 7B 7D C2 25 24 0 18 EE 25 3E
Octal 173 175 302 45 44 0 30 356 45 76
Binary 1111011 1111101 11000010 100101 100100 0 11000 11101110 100101 111110

Color Harmonies of #7B7DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7DC2

Black with #7B7DC2

Text Example


Text Example

White with #7B7DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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