Html Css Color HEX #7F6BBA Moody Blue

📋 copy color: '#7F6BBA'

red 127 ◦ green 107 ◦ blue 186

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

Shades of Moody Blue #7F6BBA

Tints of Moody Blue #7F6BBA

RGB

 RED value IS 127 (50% from 255) = 30.24%

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

 BLUE value IS 186 (73.05% from 255) = 44.29%

R = 30.24%
G = 25.48%
B = 44.29%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7F6BBA (or 0x7F6BBA) is known color: Moody Blue. HEX triplet: 7F, 6B and BA. RGB value is (127,107,186). Sum of RGB (Red+Green+Blue) = 127+107+186=420 (55% of max value = 765). Red value is 127 (50% from 255 or 30.24% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F6BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6BBA is #809445. Grayscale: #797979. Windows color (decimal): -8426566 or 12217215. OLE color: 12217215.

HSL color Cylindrical-coordinate representation of color #7F6BBA: hue angle of 255.19º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F6BBA is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 107 186 -
CMYK 0.32 0.42 0 0.27
HSL 255.19º 0.36% 0.57% -
HSV(B) 255.19º 0.42% 0.73% -
XYZ 22.87 18.57 48.83 -
YUV 121.99 164.13 131.58 -
System Red Green Blue C M Y K H S L
Decimal 127 107 186 0.32 0.42 0 0.27 255.19 0.36 0.57
Hex 7F 6B BA 20 2A 0 1B FF 24 39
Octal 177 153 272 40 52 0 33 377 44 71
Binary 1111111 1101011 10111010 100000 101010 0 11011 11111111 100100 111001

Color Harmonies of #7F6BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6BBA

Black with #7F6BBA

Text Example


Text Example

White with #7F6BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,107,186); }

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

background-color css

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

 a { background-color: rgb(127,107,186); }

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

border-color css

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

 span { border-color: rgb(127,107,186); }

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