Html Css Color HEX #755893 Studio

📋 copy color: '#755893'

red 117 ◦ green 88 ◦ blue 147

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

Shades of Studio #755893

Tints of Studio #755893

RGB

 RED value IS 117 (46.09% from 255) = 33.24%

 GREEN value IS 88 (34.77% from 255) = 25%

 BLUE value IS 147 (57.81% from 255) = 41.76%

R = 33.24%
G = 25%
B = 41.76%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#755893 (or 0x755893) is known color: Studio. HEX triplet: 75, 58 and 93. RGB value is (117,88,147). Sum of RGB (Red+Green+Blue) = 117+88+147=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 147 - color contains mainly: blue. Hex color #755893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755893 is #8AA76C. Grayscale: #676767. Windows color (decimal): -9086829 or 9656437. OLE color: 9656437.

HSL color Cylindrical-coordinate representation of color #755893: hue angle of 269.49º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #755893 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 88 147 -
CMYK 0.20 0.40 0 0.42
HSL 269.49º 0.25% 0.46% -
HSV(B) 269.49º 0.4% 0.58% -
XYZ 16.09 12.87 29.24 -
YUV 103.4 152.61 137.7 -
System Red Green Blue C M Y K H S L
Decimal 117 88 147 0.20 0.40 0 0.42 269.49 0.25 0.46
Hex 75 58 93 14 28 0 2A 10D 19 2E
Octal 165 130 223 24 50 0 52 415 31 56
Binary 1110101 1011000 10010011 10100 101000 0 101010 100001101 11001 101110

Color Harmonies of #755893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755893

Black with #755893

Text Example


Text Example

White with #755893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755893; }

 p { color: rgb(117,88,147); }

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

background-color css

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

 a { background-color: rgb(117,88,147); }

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

border-color css

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

 span { border-color: rgb(117,88,147); }

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