Html Css Color HEX #814FB9 Studio

📋 copy color: '#814FB9'

red 129 ◦ green 79 ◦ blue 185

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

Shades of Studio #814FB9

Tints of Studio #814FB9

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.1%

 BLUE value IS 185 (72.66% from 255) = 47.07%

R = 32.82%
G = 20.1%
B = 47.07%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#814FB9 (or 0x814FB9) is known color: Studio. HEX triplet: 81, 4F and B9. RGB value is (129,79,185). Sum of RGB (Red+Green+Blue) = 129+79+185=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 79 (31.25% from 255 or 20.10% from 393); Blue value is 185 (72.66% from 255 or 47.07% from 393); Max value from RGB is 185 - color contains mainly: blue. Hex color #814FB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814FB9 is #7EB046. Grayscale: #696969. Windows color (decimal): -8302663 or 12144513. OLE color: 12144513.

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

Color convert

RGB 129 79 185 -
CMYK 0.30 0.57 0 0.27
HSL 268.3º 0.43% 0.52% -
HSV(B) 268.3º 0.57% 0.73% -
XYZ 20.61 13.76 47.47 -
YUV 106.03 172.57 144.38 -
System Red Green Blue C M Y K H S L
Decimal 129 79 185 0.30 0.57 0 0.27 268.3 0.43 0.52
Hex 81 4F B9 1E 39 0 1B 10C 2B 34
Octal 201 117 271 36 71 0 33 414 53 64
Binary 10000001 1001111 10111001 11110 111001 0 11011 100001100 101011 110100

Color Harmonies of #814FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814FB9

Black with #814FB9

Text Example


Text Example

White with #814FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,79,185); }

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

background-color css

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

 a { background-color: rgb(129,79,185); }

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

border-color css

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

 span { border-color: rgb(129,79,185); }

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