Html Css Color HEX #814BA5 Studio

📋 copy color: '#814BA5'

red 129 ◦ green 75 ◦ blue 165

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

Shades of Studio #814BA5

Tints of Studio #814BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44.72%

R = 34.96%
G = 20.33%
B = 44.72%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#814BA5 (or 0x814BA5) is known color: Studio. HEX triplet: 81, 4B and A5. RGB value is (129,75,165). Sum of RGB (Red+Green+Blue) = 129+75+165=369 (48% of max value = 765). Red value is 129 (50.78% from 255 or 34.96% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 165 (64.84% from 255 or 44.72% from 369); Max value from RGB is 165 - color contains mainly: blue. Hex color #814BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814BA5 is #7EB45A. Grayscale: #656565. Windows color (decimal): -8303707 or 10832769. OLE color: 10832769.

HSL color Cylindrical-coordinate representation of color #814BA5: hue angle of 276º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #814BA5 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 129 75 165 -
CMYK 0.22 0.55 0 0.35
HSL 276º 0.38% 0.47% -
HSV(B) 276º 0.55% 0.65% -
XYZ 18.36 12.42 37.03 -
YUV 101.41 163.89 147.68 -
System Red Green Blue C M Y K H S L
Decimal 129 75 165 0.22 0.55 0 0.35 276 0.38 0.47
Hex 81 4B A5 16 37 0 23 114 26 2F
Octal 201 113 245 26 67 0 43 424 46 57
Binary 10000001 1001011 10100101 10110 110111 0 100011 100010100 100110 101111

Color Harmonies of #814BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814BA5

Black with #814BA5

Text Example


Text Example

White with #814BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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