Html Css Color HEX #7F6CCE Moody Blue

📋 copy color: '#7F6CCE'

red 127 ◦ green 108 ◦ blue 206

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

Shades of Moody Blue #7F6CCE

Tints of Moody Blue #7F6CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.71%

R = 28.8%
G = 24.49%
B = 46.71%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F6CCE (or 0x7F6CCE) is known color: Moody Blue. HEX triplet: 7F, 6C and CE. RGB value is (127,108,206). Sum of RGB (Red+Green+Blue) = 127+108+206=441 (58% of max value = 765). Red value is 127 (50% from 255 or 28.80% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F6CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6CCE is #809331. Grayscale: #7C7C7C. Windows color (decimal): -8426290 or 13528191. OLE color: 13528191.

HSL color Cylindrical-coordinate representation of color #7F6CCE: hue angle of 251.63º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F6CCE is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 108 206 -
CMYK 0.38 0.48 0 0.19
HSL 251.63º 0.5% 0.62% -
HSV(B) 251.63º 0.48% 0.81% -
XYZ 25.26 19.69 60.86 -
YUV 124.85 173.79 129.53 -
System Red Green Blue C M Y K H S L
Decimal 127 108 206 0.38 0.48 0 0.19 251.63 0.5 0.62
Hex 7F 6C CE 26 30 0 13 FC 32 3E
Octal 177 154 316 46 60 0 23 374 62 76
Binary 1111111 1101100 11001110 100110 110000 0 10011 11111100 110010 111110

Color Harmonies of #7F6CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6CCE

Black with #7F6CCE

Text Example


Text Example

White with #7F6CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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