Html Css Color HEX #7F6ACF Moody Blue

📋 copy color: '#7F6ACF'

red 127 ◦ green 106 ◦ blue 207

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

Shades of Moody Blue #7F6ACF

Tints of Moody Blue #7F6ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.09%

 BLUE value IS 207 (81.25% from 255) = 47.05%

R = 28.86%
G = 24.09%
B = 47.05%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F6ACF (or 0x7F6ACF) is known color: Moody Blue. HEX triplet: 7F, 6A and CF. RGB value is (127,106,207). Sum of RGB (Red+Green+Blue) = 127+106+207=440 (58% of max value = 765). Red value is 127 (50% from 255 or 28.86% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F6ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6ACF is #809530. Grayscale: #7B7B7B. Windows color (decimal): -8426801 or 13593215. OLE color: 13593215.

HSL color Cylindrical-coordinate representation of color #7F6ACF: hue angle of 252.48º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F6ACF is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 106 207 -
CMYK 0.39 0.49 0 0.19
HSL 252.48º 0.51% 0.61% -
HSV(B) 252.48º 0.49% 0.81% -
XYZ 25.17 19.33 61.44 -
YUV 123.79 174.96 130.29 -
System Red Green Blue C M Y K H S L
Decimal 127 106 207 0.39 0.49 0 0.19 252.48 0.51 0.61
Hex 7F 6A CF 27 31 0 13 FC 33 3D
Octal 177 152 317 47 61 0 23 374 63 75
Binary 1111111 1101010 11001111 100111 110001 0 10011 11111100 110011 111101

Color Harmonies of #7F6ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6ACF

Black with #7F6ACF

Text Example


Text Example

White with #7F6ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,106,207); }

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

background-color css

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

 a { background-color: rgb(127,106,207); }

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

border-color css

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

 span { border-color: rgb(127,106,207); }

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