Html Css Color HEX #814DB8 Studio

📋 copy color: '#814DB8'

red 129 ◦ green 77 ◦ blue 184

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

Shades of Studio #814DB8

Tints of Studio #814DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 47.18%

R = 33.08%
G = 19.74%
B = 47.18%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#814DB8 (or 0x814DB8) is known color: Studio. HEX triplet: 81, 4D and B8. RGB value is (129,77,184). Sum of RGB (Red+Green+Blue) = 129+77+184=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 184 (72.27% from 255 or 47.18% from 390); Max value from RGB is 184 - color contains mainly: blue. Hex color #814DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814DB8 is #7EB247. Grayscale: #686868. Windows color (decimal): -8303176 or 12078465. OLE color: 12078465.

HSL color Cylindrical-coordinate representation of color #814DB8: hue angle of 269.16º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #814DB8 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 129 77 184 -
CMYK 0.30 0.58 0 0.28
HSL 269.16º 0.43% 0.51% -
HSV(B) 269.16º 0.58% 0.72% -
XYZ 20.36 13.44 46.87 -
YUV 104.75 172.73 145.3 -
System Red Green Blue C M Y K H S L
Decimal 129 77 184 0.30 0.58 0 0.28 269.16 0.43 0.51
Hex 81 4D B8 1E 3A 0 1C 10D 2B 33
Octal 201 115 270 36 72 0 34 415 53 63
Binary 10000001 1001101 10111000 11110 111010 0 11100 100001101 101011 110011

Color Harmonies of #814DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814DB8

Black with #814DB8

Text Example


Text Example

White with #814DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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