Html Css Color HEX #814BAC Studio

📋 copy color: '#814BAC'

red 129 ◦ green 75 ◦ blue 172

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

Shades of Studio #814BAC

Tints of Studio #814BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.95%

 BLUE value IS 172 (67.58% from 255) = 45.74%

R = 34.31%
G = 19.95%
B = 45.74%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#814BAC (or 0x814BAC) is known color: Studio. HEX triplet: 81, 4B and AC. RGB value is (129,75,172). Sum of RGB (Red+Green+Blue) = 129+75+172=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #814BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814BAC is #7EB453. Grayscale: #656565. Windows color (decimal): -8303700 or 11291521. OLE color: 11291521.

HSL color Cylindrical-coordinate representation of color #814BAC: hue angle of 273.4º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #814BAC is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 75 172 -
CMYK 0.25 0.56 0 0.33
HSL 273.4º 0.39% 0.48% -
HSV(B) 273.4º 0.56% 0.67% -
XYZ 19.02 12.68 40.47 -
YUV 102.2 167.39 147.11 -
System Red Green Blue C M Y K H S L
Decimal 129 75 172 0.25 0.56 0 0.33 273.4 0.39 0.48
Hex 81 4B AC 19 38 0 21 111 27 30
Octal 201 113 254 31 70 0 41 421 47 60
Binary 10000001 1001011 10101100 11001 111000 0 100001 100010001 100111 110000

Color Harmonies of #814BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814BAC

Black with #814BAC

Text Example


Text Example

White with #814BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,75,172); }

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

background-color css

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

 a { background-color: rgb(129,75,172); }

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

border-color css

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

 span { border-color: rgb(129,75,172); }

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