Html Css Color HEX #7B6BBC Moody Blue

📋 copy color: '#7B6BBC'

red 123 ◦ green 107 ◦ blue 188

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

Shades of Moody Blue #7B6BBC

Tints of Moody Blue #7B6BBC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.6%

 BLUE value IS 188 (73.83% from 255) = 44.98%

R = 29.43%
G = 25.6%
B = 44.98%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7B6BBC (or 0x7B6BBC) is known color: Moody Blue. HEX triplet: 7B, 6B and BC. RGB value is (123,107,188). Sum of RGB (Red+Green+Blue) = 123+107+188=418 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.43% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B6BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6BBC is #849443. Grayscale: #787878. Windows color (decimal): -8688708 or 12348283. OLE color: 12348283.

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

Color convert

RGB 123 107 188 -
CMYK 0.35 0.43 0 0.26
HSL 251.85º 0.38% 0.58% -
HSV(B) 251.85º 0.43% 0.74% -
XYZ 22.5 18.36 49.93 -
YUV 121.02 165.8 129.41 -
System Red Green Blue C M Y K H S L
Decimal 123 107 188 0.35 0.43 0 0.26 251.85 0.38 0.58
Hex 7B 6B BC 23 2B 0 1A FC 26 3A
Octal 173 153 274 43 53 0 32 374 46 72
Binary 1111011 1101011 10111100 100011 101011 0 11010 11111100 100110 111010

Color Harmonies of #7B6BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6BBC

Black with #7B6BBC

Text Example


Text Example

White with #7B6BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,107,188); }

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

background-color css

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

 a { background-color: rgb(123,107,188); }

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

border-color css

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

 span { border-color: rgb(123,107,188); }

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