Html Css Color HEX #853DB0 Studio

📋 copy color: '#853DB0'

red 133 ◦ green 61 ◦ blue 176

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

Shades of Studio #853DB0

Tints of Studio #853DB0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.49%

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

R = 35.95%
G = 16.49%
B = 47.57%

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

#853DB0 (or 0x853DB0) is known color: Studio. HEX triplet: 85, 3D and B0. RGB value is (133,61,176). Sum of RGB (Red+Green+Blue) = 133+61+176=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 61 (24.22% from 255 or 16.49% from 370); Blue value is 176 (69.14% from 255 or 47.57% from 370); Max value from RGB is 176 - color contains mainly: blue. Hex color #853DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853DB0 is #7AC24F. Grayscale: #5F5F5F. Windows color (decimal): -8045136 or 11550085. OLE color: 11550085.

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

Color convert

RGB 133 61 176 -
CMYK 0.24 0.65 0 0.31
HSL 277.57º 0.49% 0.46% -
HSV(B) 277.57º 0.65% 0.69% -
XYZ 19.18 11.46 42.28 -
YUV 95.64 173.35 154.65 -
System Red Green Blue C M Y K H S L
Decimal 133 61 176 0.24 0.65 0 0.31 277.57 0.49 0.46
Hex 85 3D B0 18 41 0 1F 116 31 2E
Octal 205 75 260 30 101 0 37 426 61 56
Binary 10000101 111101 10110000 11000 1000001 0 11111 100010110 110001 101110

Color Harmonies of #853DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853DB0

Black with #853DB0

Text Example


Text Example

White with #853DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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