Html Css Color HEX #815AB4 Studio

📋 copy color: '#815AB4'

red 129 ◦ green 90 ◦ blue 180

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

Shades of Studio #815AB4

Tints of Studio #815AB4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.56%

 BLUE value IS 180 (70.7% from 255) = 45.11%

R = 32.33%
G = 22.56%
B = 45.11%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#815AB4 (or 0x815AB4) is known color: Studio. HEX triplet: 81, 5A and B4. RGB value is (129,90,180). Sum of RGB (Red+Green+Blue) = 129+90+180=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 180 (70.70% from 255 or 45.11% from 399); Max value from RGB is 180 - color contains mainly: blue. Hex color #815AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815AB4 is #7EA54B. Grayscale: #6F6F6F. Windows color (decimal): -8299852 or 11819649. OLE color: 11819649.

HSL color Cylindrical-coordinate representation of color #815AB4: hue angle of 266º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #815AB4 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 129 90 180 -
CMYK 0.28 0.50 0 0.29
HSL 266º 0.38% 0.53% -
HSV(B) 266º 0.5% 0.71% -
XYZ 20.95 15.27 45.02 -
YUV 111.92 166.42 140.18 -
System Red Green Blue C M Y K H S L
Decimal 129 90 180 0.28 0.50 0 0.29 266 0.38 0.53
Hex 81 5A B4 1C 32 0 1D 10A 26 35
Octal 201 132 264 34 62 0 35 412 46 65
Binary 10000001 1011010 10110100 11100 110010 0 11101 100001010 100110 110101

Color Harmonies of #815AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815AB4

Black with #815AB4

Text Example


Text Example

White with #815AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815AB4; }

 p { color: rgb(129,90,180); }

 H1.HeaderClassName
 {
   color: #815AB4;
 }
 .AnyTagClassName
 {
   color: #815AB4;
 }
</style>

background-color css

<style>
 a { background-color: #815AB4; }

 a { background-color: rgb(129,90,180); }

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

border-color css

<style>
 span { border-color: #815AB4; }

 span { border-color: rgb(129,90,180); }

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