Html Css Color HEX #7F6CBB Moody Blue

📋 copy color: '#7F6CBB'

red 127 ◦ green 108 ◦ blue 187

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

Shades of Moody Blue #7F6CBB

Tints of Moody Blue #7F6CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.31%

R = 30.09%
G = 25.59%
B = 44.31%

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

#7F6CBB (or 0x7F6CBB) is known color: Moody Blue. HEX triplet: 7F, 6C and BB. RGB value is (127,108,187). Sum of RGB (Red+Green+Blue) = 127+108+187=422 (55% of max value = 765). Red value is 127 (50% from 255 or 30.09% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #7F6CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6CBB is #809344. Grayscale: #7A7A7A. Windows color (decimal): -8426309 or 12283007. OLE color: 12283007.

HSL color Cylindrical-coordinate representation of color #7F6CBB: hue angle of 254.43º degrees, saturation: 0.37, 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 #7F6CBB is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 108 187 -
CMYK 0.32 0.42 0 0.27
HSL 254.43º 0.37% 0.58% -
HSV(B) 254.43º 0.42% 0.73% -
XYZ 23.08 18.83 49.43 -
YUV 122.69 164.29 131.08 -
System Red Green Blue C M Y K H S L
Decimal 127 108 187 0.32 0.42 0 0.27 254.43 0.37 0.58
Hex 7F 6C BB 20 2A 0 1B FE 25 3A
Octal 177 154 273 40 52 0 33 376 45 72
Binary 1111111 1101100 10111011 100000 101010 0 11011 11111110 100101 111010

Color Harmonies of #7F6CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6CBB

Black with #7F6CBB

Text Example


Text Example

White with #7F6CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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