Html Css Color HEX #814EA7 Studio

📋 copy color: '#814EA7'

red 129 ◦ green 78 ◦ blue 167

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

Shades of Studio #814EA7

Tints of Studio #814EA7

RGB

 RED value IS 129 (50.78% from 255) = 34.49%

 GREEN value IS 78 (30.86% from 255) = 20.86%

 BLUE value IS 167 (65.63% from 255) = 44.65%

R = 34.49%
G = 20.86%
B = 44.65%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#814EA7 (or 0x814EA7) is known color: Studio. HEX triplet: 81, 4E and A7. RGB value is (129,78,167). Sum of RGB (Red+Green+Blue) = 129+78+167=374 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.49% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 167 (65.62% from 255 or 44.65% from 374); Max value from RGB is 167 - color contains mainly: blue. Hex color #814EA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814EA7 is #7EB158. Grayscale: #676767. Windows color (decimal): -8302937 or 10964609. OLE color: 10964609.

HSL color Cylindrical-coordinate representation of color #814EA7: hue angle of 274.38º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #814EA7 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 129 78 167 -
CMYK 0.23 0.53 0 0.35
HSL 274.38º 0.36% 0.48% -
HSV(B) 274.38º 0.53% 0.65% -
XYZ 18.75 12.91 38.06 -
YUV 103.4 163.9 146.26 -
System Red Green Blue C M Y K H S L
Decimal 129 78 167 0.23 0.53 0 0.35 274.38 0.36 0.48
Hex 81 4E A7 17 35 0 23 112 24 30
Octal 201 116 247 27 65 0 43 422 44 60
Binary 10000001 1001110 10100111 10111 110101 0 100011 100010010 100100 110000

Color Harmonies of #814EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814EA7

Black with #814EA7

Text Example


Text Example

White with #814EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814EA7; }

 p { color: rgb(129,78,167); }

 H1.HeaderClassName
 {
   color: #814EA7;
 }
 .AnyTagClassName
 {
   color: #814EA7;
 }
</style>

background-color css

<style>
 a { background-color: #814EA7; }

 a { background-color: rgb(129,78,167); }

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

border-color css

<style>
 span { border-color: #814EA7; }

 span { border-color: rgb(129,78,167); }

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