Html Css Color HEX #814CB0 Studio

📋 copy color: '#814CB0'

red 129 ◦ green 76 ◦ blue 176

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

Shades of Studio #814CB0

Tints of Studio #814CB0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.95%

 BLUE value IS 176 (69.14% from 255) = 46.19%

R = 33.86%
G = 19.95%
B = 46.19%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#814CB0 (or 0x814CB0) is known color: Studio. HEX triplet: 81, 4C and B0. RGB value is (129,76,176). Sum of RGB (Red+Green+Blue) = 129+76+176=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 176 (69.14% from 255 or 46.19% from 381); Max value from RGB is 176 - color contains mainly: blue. Hex color #814CB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814CB0 is #7EB34F. Grayscale: #666666. Windows color (decimal): -8303440 or 11553921. OLE color: 11553921.

HSL color Cylindrical-coordinate representation of color #814CB0: hue angle of 271.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #814CB0 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 129 76 176 -
CMYK 0.27 0.57 0 0.31
HSL 271.8º 0.4% 0.49% -
HSV(B) 271.8º 0.57% 0.69% -
XYZ 19.47 12.97 42.55 -
YUV 103.25 169.06 146.37 -
System Red Green Blue C M Y K H S L
Decimal 129 76 176 0.27 0.57 0 0.31 271.8 0.4 0.49
Hex 81 4C B0 1B 39 0 1F 110 28 31
Octal 201 114 260 33 71 0 37 420 50 61
Binary 10000001 1001100 10110000 11011 111001 0 11111 100010000 101000 110001

Color Harmonies of #814CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814CB0

Black with #814CB0

Text Example


Text Example

White with #814CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,76,176); }

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

background-color css

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

 a { background-color: rgb(129,76,176); }

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

border-color css

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

 span { border-color: rgb(129,76,176); }

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