Html Css Color HEX #7F6CBA Moody Blue

📋 copy color: '#7F6CBA'

red 127 ◦ green 108 ◦ blue 186

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

Shades of Moody Blue #7F6CBA

Tints of Moody Blue #7F6CBA

RGB

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

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

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

R = 30.17%
G = 25.65%
B = 44.18%

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

#7F6CBA (or 0x7F6CBA) is known color: Moody Blue. HEX triplet: 7F, 6C and BA. RGB value is (127,108,186). Sum of RGB (Red+Green+Blue) = 127+108+186=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F6CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6CBA is #809345. Grayscale: #7A7A7A. Windows color (decimal): -8426310 or 12217471. OLE color: 12217471.

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

Color convert

RGB 127 108 186 -
CMYK 0.32 0.42 0 0.27
HSL 254.62º 0.36% 0.58% -
HSV(B) 254.62º 0.42% 0.73% -
XYZ 22.98 18.78 48.87 -
YUV 122.57 163.79 131.16 -
System Red Green Blue C M Y K H S L
Decimal 127 108 186 0.32 0.42 0 0.27 254.62 0.36 0.58
Hex 7F 6C BA 20 2A 0 1B FF 24 3A
Octal 177 154 272 40 52 0 33 377 44 72
Binary 1111111 1101100 10111010 100000 101010 0 11011 11111111 100100 111010

Color Harmonies of #7F6CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6CBA

Black with #7F6CBA

Text Example


Text Example

White with #7F6CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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