Html Css Color HEX #814ABB Studio

📋 copy color: '#814ABB'

red 129 ◦ green 74 ◦ blue 187

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

Shades of Studio #814ABB

Tints of Studio #814ABB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.97%

 BLUE value IS 187 (73.44% from 255) = 47.95%

R = 33.08%
G = 18.97%
B = 47.95%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#814ABB (or 0x814ABB) is known color: Studio. HEX triplet: 81, 4A and BB. RGB value is (129,74,187). Sum of RGB (Red+Green+Blue) = 129+74+187=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 74 (29.30% from 255 or 18.97% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #814ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814ABB is #7EB544. Grayscale: #666666. Windows color (decimal): -8303941 or 12274305. OLE color: 12274305.

HSL color Cylindrical-coordinate representation of color #814ABB: hue angle of 269.2º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #814ABB is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 74 187 -
CMYK 0.31 0.60 0 0.27
HSL 269.2º 0.45% 0.51% -
HSV(B) 269.2º 0.6% 0.73% -
XYZ 20.47 13.15 48.47 -
YUV 103.33 175.22 146.31 -
System Red Green Blue C M Y K H S L
Decimal 129 74 187 0.31 0.60 0 0.27 269.2 0.45 0.51
Hex 81 4A BB 1F 3C 0 1B 10D 2D 33
Octal 201 112 273 37 74 0 33 415 55 63
Binary 10000001 1001010 10111011 11111 111100 0 11011 100001101 101101 110011

Color Harmonies of #814ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814ABB

Black with #814ABB

Text Example


Text Example

White with #814ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,74,187); }

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

background-color css

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

 a { background-color: rgb(129,74,187); }

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

border-color css

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

 span { border-color: rgb(129,74,187); }

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