Html Css Color HEX #814EBA Studio

📋 copy color: '#814EBA'

red 129 ◦ green 78 ◦ blue 186

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

Shades of Studio #814EBA

Tints of Studio #814EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.33%

R = 32.82%
G = 19.85%
B = 47.33%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#814EBA (or 0x814EBA) is known color: Studio. HEX triplet: 81, 4E and BA. RGB value is (129,78,186). Sum of RGB (Red+Green+Blue) = 129+78+186=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #814EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814EBA is #7EB145. Grayscale: #696969. Windows color (decimal): -8302918 or 12209793. OLE color: 12209793.

HSL color Cylindrical-coordinate representation of color #814EBA: hue angle of 268.33º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #814EBA is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 78 186 -
CMYK 0.31 0.58 0 0.27
HSL 268.33º 0.44% 0.52% -
HSV(B) 268.33º 0.58% 0.73% -
XYZ 20.64 13.66 48 -
YUV 105.56 173.4 144.72 -
System Red Green Blue C M Y K H S L
Decimal 129 78 186 0.31 0.58 0 0.27 268.33 0.44 0.52
Hex 81 4E BA 1F 3A 0 1B 10C 2C 34
Octal 201 116 272 37 72 0 33 414 54 64
Binary 10000001 1001110 10111010 11111 111010 0 11011 100001100 101100 110100

Color Harmonies of #814EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814EBA

Black with #814EBA

Text Example


Text Example

White with #814EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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