Html Css Color HEX #814DBA Studio

📋 copy color: '#814DBA'

red 129 ◦ green 77 ◦ blue 186

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

Shades of Studio #814DBA

Tints of Studio #814DBA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.64%

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

R = 32.91%
G = 19.64%
B = 47.45%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#814DBA (or 0x814DBA) is known color: Studio. HEX triplet: 81, 4D and BA. RGB value is (129,77,186). Sum of RGB (Red+Green+Blue) = 129+77+186=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #814DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814DBA is #7EB245. Grayscale: #686868. Windows color (decimal): -8303174 or 12209537. OLE color: 12209537.

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

Color convert

RGB 129 77 186 -
CMYK 0.31 0.59 0 0.27
HSL 268.62º 0.44% 0.52% -
HSV(B) 268.62º 0.59% 0.73% -
XYZ 20.57 13.52 47.98 -
YUV 104.97 173.73 145.14 -
System Red Green Blue C M Y K H S L
Decimal 129 77 186 0.31 0.59 0 0.27 268.62 0.44 0.52
Hex 81 4D BA 1F 3B 0 1B 10D 2C 34
Octal 201 115 272 37 73 0 33 415 54 64
Binary 10000001 1001101 10111010 11111 111011 0 11011 100001101 101100 110100

Color Harmonies of #814DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814DBA

Black with #814DBA

Text Example


Text Example

White with #814DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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