#823EBA

Color #823EBA Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #823EBA

Tints of Studio #823EBA

Color information

#823EBA (or 0x823EBA) is unknown color: approx Studio. HEX triplet: 82, 3E and BA. RGB value is (130,62,186). Sum of RGB (Red+Green+Blue) = 130+62+186=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #823EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823EBA is #7DC145. Grayscale: #606060. Windows color (decimal): -8241478 or 12205698. OLE color: 12205698.

HSL color Cylindrical-coordinate representation of color #823EBA: hue angle of 272.9º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #823EBA is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13062186-
CMYK0.300.6700.27
HSL272.9º50%48.63%-
HSV(B)272.9º66.67%72.94%-
XYZ19.7911.7447.68-
YUV96.47178.53151.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.39%
GREEN value IS 62 (24.61% from 255) = 16.40%
BLUE value IS 186 (73.05% from 255) = 49.21%
R=34.39%
G=16.40%
B=49.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130621860.300.6700.27272.95048.63
Hex823EBA1E4301B1113231
Octal20276272361030334216261
Binary1000001011111010111010111101000011011011100010001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823EBA; }

 p { color: rgb(130,62,186); }

 H1.HeaderClassName
 {
   color: #823EBA;
 }
 .AnyTagClassName
 {
   color: #823EBA;
 }
</style>
background-color css

<style>
 a { background-color: #823EBA; }

 a { background-color: rgb(130,62,186); }

 div.DivClassName
 {
   background-color: #823EBA;
 }
 .BgClassName
 {
   background-color: #823EBA;
 }
</style>
border-color css

<style>
 span { border-color: #823EBA; }

 span { border-color: rgb(130,62,186); }

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