Html Css Color HEX #814EB3 Studio

📋 copy color: '#814EB3'

red 129 ◦ green 78 ◦ blue 179

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

Shades of Studio #814EB3

Tints of Studio #814EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.37%

R = 33.42%
G = 20.21%
B = 46.37%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#814EB3 (or 0x814EB3) is known color: Studio. HEX triplet: 81, 4E and B3. RGB value is (129,78,179). Sum of RGB (Red+Green+Blue) = 129+78+179=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 179 (70.31% from 255 or 46.37% from 386); Max value from RGB is 179 - color contains mainly: blue. Hex color #814EB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814EB3 is #7EB14C. Grayscale: #686868. Windows color (decimal): -8302925 or 11751041. OLE color: 11751041.

HSL color Cylindrical-coordinate representation of color #814EB3: hue angle of 270.3º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #814EB3 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 129 78 179 -
CMYK 0.28 0.56 0 0.30
HSL 270.3º 0.4% 0.5% -
HSV(B) 270.3º 0.56% 0.7% -
XYZ 19.91 13.37 44.18 -
YUV 104.76 169.9 145.29 -
System Red Green Blue C M Y K H S L
Decimal 129 78 179 0.28 0.56 0 0.30 270.3 0.4 0.5
Hex 81 4E B3 1C 38 0 1E 10E 28 32
Octal 201 116 263 34 70 0 36 416 50 62
Binary 10000001 1001110 10110011 11100 111000 0 11110 100001110 101000 110010

Color Harmonies of #814EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814EB3

Black with #814EB3

Text Example


Text Example

White with #814EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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