Html Css Color HEX #7B6CBE Moody Blue

📋 copy color: '#7B6CBE'

red 123 ◦ green 108 ◦ blue 190

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

Shades of Moody Blue #7B6CBE

Tints of Moody Blue #7B6CBE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.65%

 BLUE value IS 190 (74.61% from 255) = 45.13%

R = 29.22%
G = 25.65%
B = 45.13%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7B6CBE (or 0x7B6CBE) is known color: Moody Blue. HEX triplet: 7B, 6C and BE. RGB value is (123,108,190). Sum of RGB (Red+Green+Blue) = 123+108+190=421 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.22% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B6CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6CBE is #849341. Grayscale: #797979. Windows color (decimal): -8688450 or 12479611. OLE color: 12479611.

HSL color Cylindrical-coordinate representation of color #7B6CBE: hue angle of 250.98º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7B6CBE is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 108 190 -
CMYK 0.35 0.43 0 0.25
HSL 250.98º 0.39% 0.58% -
HSV(B) 250.98º 0.43% 0.75% -
XYZ 22.83 18.65 51.11 -
YUV 121.83 166.47 128.83 -
System Red Green Blue C M Y K H S L
Decimal 123 108 190 0.35 0.43 0 0.25 250.98 0.39 0.58
Hex 7B 6C BE 23 2B 0 19 FB 27 3A
Octal 173 154 276 43 53 0 31 373 47 72
Binary 1111011 1101100 10111110 100011 101011 0 11001 11111011 100111 111010

Color Harmonies of #7B6CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6CBE

Black with #7B6CBE

Text Example


Text Example

White with #7B6CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,108,190); }

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

background-color css

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

 a { background-color: rgb(123,108,190); }

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

border-color css

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

 span { border-color: rgb(123,108,190); }

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