Html Css Color HEX #7F6CBC Moody Blue

📋 copy color: '#7F6CBC'

red 127 ◦ green 108 ◦ blue 188

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

Shades of Moody Blue #7F6CBC

Tints of Moody Blue #7F6CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.44%

R = 30.02%
G = 25.53%
B = 44.44%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7F6CBC (or 0x7F6CBC) is known color: Moody Blue. HEX triplet: 7F, 6C and BC. RGB value is (127,108,188). Sum of RGB (Red+Green+Blue) = 127+108+188=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F6CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6CBC is #809343. Grayscale: #7A7A7A. Windows color (decimal): -8426308 or 12348543. OLE color: 12348543.

HSL color Cylindrical-coordinate representation of color #7F6CBC: hue angle of 254.25º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F6CBC is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 108 188 -
CMYK 0.32 0.43 0 0.26
HSL 254.25º 0.37% 0.58% -
HSV(B) 254.25º 0.43% 0.74% -
XYZ 23.19 18.87 50 -
YUV 122.8 164.79 131 -
System Red Green Blue C M Y K H S L
Decimal 127 108 188 0.32 0.43 0 0.26 254.25 0.37 0.58
Hex 7F 6C BC 20 2B 0 1A FE 25 3A
Octal 177 154 274 40 53 0 32 376 45 72
Binary 1111111 1101100 10111100 100000 101011 0 11010 11111110 100101 111010

Color Harmonies of #7F6CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6CBC

Black with #7F6CBC

Text Example


Text Example

White with #7F6CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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