Html Css Color HEX #7B6ACF Moody Blue

📋 copy color: '#7B6ACF'

red 123 ◦ green 106 ◦ blue 207

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

Shades of Moody Blue #7B6ACF

Tints of Moody Blue #7B6ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.31%

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

R = 28.21%
G = 24.31%
B = 47.48%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B6ACF (or 0x7B6ACF) is known color: Moody Blue. HEX triplet: 7B, 6A and CF. RGB value is (123,106,207). Sum of RGB (Red+Green+Blue) = 123+106+207=436 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.21% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B6ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6ACF is #849530. Grayscale: #7A7A7A. Windows color (decimal): -8688945 or 13593211. OLE color: 13593211.

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

Color convert

RGB 123 106 207 -
CMYK 0.41 0.49 0 0.19
HSL 250.1º 0.51% 0.61% -
HSV(B) 250.1º 0.49% 0.81% -
XYZ 24.58 19.02 61.41 -
YUV 122.6 175.63 128.29 -
System Red Green Blue C M Y K H S L
Decimal 123 106 207 0.41 0.49 0 0.19 250.1 0.51 0.61
Hex 7B 6A CF 29 31 0 13 FA 33 3D
Octal 173 152 317 51 61 0 23 372 63 75
Binary 1111011 1101010 11001111 101001 110001 0 10011 11111010 110011 111101

Color Harmonies of #7B6ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6ACF

Black with #7B6ACF

Text Example


Text Example

White with #7B6ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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