Html Css Color HEX #7B6FCF Moody Blue

📋 copy color: '#7B6FCF'

red 123 ◦ green 111 ◦ blue 207

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

Shades of Moody Blue #7B6FCF

Tints of Moody Blue #7B6FCF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.17%

 BLUE value IS 207 (81.25% from 255) = 46.94%

R = 27.89%
G = 25.17%
B = 46.94%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B6FCF (or 0x7B6FCF) is known color: Moody Blue. HEX triplet: 7B, 6F and CF. RGB value is (123,111,207). Sum of RGB (Red+Green+Blue) = 123+111+207=441 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.89% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B6FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6FCF is #849030. Grayscale: #7D7D7D. Windows color (decimal): -8687665 or 13594491. OLE color: 13594491.

HSL color Cylindrical-coordinate representation of color #7B6FCF: hue angle of 247.5º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B6FCF is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 111 207 -
CMYK 0.41 0.46 0 0.19
HSL 247.5º 0.5% 0.62% -
HSV(B) 247.5º 0.46% 0.81% -
XYZ 25.12 20.08 61.58 -
YUV 125.53 173.98 126.19 -
System Red Green Blue C M Y K H S L
Decimal 123 111 207 0.41 0.46 0 0.19 247.5 0.5 0.62
Hex 7B 6F CF 29 2E 0 13 F8 32 3E
Octal 173 157 317 51 56 0 23 370 62 76
Binary 1111011 1101111 11001111 101001 101110 0 10011 11111000 110010 111110

Color Harmonies of #7B6FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6FCF

Black with #7B6FCF

Text Example


Text Example

White with #7B6FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,111,207); }

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

background-color css

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

 a { background-color: rgb(123,111,207); }

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

border-color css

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

 span { border-color: rgb(123,111,207); }

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