Html Css Color HEX #853EB0 Studio

📋 copy color: '#853EB0'

red 133 ◦ green 62 ◦ blue 176

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

Shades of Studio #853EB0

Tints of Studio #853EB0

RGB

 RED value IS 133 (52.34% from 255) = 35.85%

 GREEN value IS 62 (24.61% from 255) = 16.71%

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

R = 35.85%
G = 16.71%
B = 47.44%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#853EB0 (or 0x853EB0) is known color: Studio. HEX triplet: 85, 3E and B0. RGB value is (133,62,176). Sum of RGB (Red+Green+Blue) = 133+62+176=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 62 (24.61% from 255 or 16.71% from 371); Blue value is 176 (69.14% from 255 or 47.44% from 371); Max value from RGB is 176 - color contains mainly: blue. Hex color #853EB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853EB0 is #7AC14F. Grayscale: #5F5F5F. Windows color (decimal): -8044880 or 11550341. OLE color: 11550341.

HSL color Cylindrical-coordinate representation of color #853EB0: hue angle of 277.37º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #853EB0 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 62 176 -
CMYK 0.24 0.65 0 0.31
HSL 277.37º 0.48% 0.47% -
HSV(B) 277.37º 0.65% 0.69% -
XYZ 19.23 11.57 42.29 -
YUV 96.23 173.02 154.23 -
System Red Green Blue C M Y K H S L
Decimal 133 62 176 0.24 0.65 0 0.31 277.37 0.48 0.47
Hex 85 3E B0 18 41 0 1F 115 30 2F
Octal 205 76 260 30 101 0 37 425 60 57
Binary 10000101 111110 10110000 11000 1000001 0 11111 100010101 110000 101111

Color Harmonies of #853EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853EB0

Black with #853EB0

Text Example


Text Example

White with #853EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853EB0; }

 p { color: rgb(133,62,176); }

 H1.HeaderClassName
 {
   color: #853EB0;
 }
 .AnyTagClassName
 {
   color: #853EB0;
 }
</style>

background-color css

<style>
 a { background-color: #853EB0; }

 a { background-color: rgb(133,62,176); }

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

border-color css

<style>
 span { border-color: #853EB0; }

 span { border-color: rgb(133,62,176); }

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