Html Css Color HEX #753FB8 Studio

📋 copy color: '#753FB8'

red 117 ◦ green 63 ◦ blue 184

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

Shades of Studio #753FB8

Tints of Studio #753FB8

RGB

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

 GREEN value IS 63 (25% from 255) = 17.31%

 BLUE value IS 184 (72.27% from 255) = 50.55%

R = 32.14%
G = 17.31%
B = 50.55%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#753FB8 (or 0x753FB8) is known color: Studio. HEX triplet: 75, 3F and B8. RGB value is (117,63,184). Sum of RGB (Red+Green+Blue) = 117+63+184=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 184 (72.27% from 255 or 50.55% from 364); Max value from RGB is 184 - color contains mainly: blue. Hex color #753FB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753FB8 is #8AC047. Grayscale: #5C5C5C. Windows color (decimal): -9093192 or 12074869. OLE color: 12074869.

HSL color Cylindrical-coordinate representation of color #753FB8: hue angle of 266.78º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #753FB8 is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 117 63 184 -
CMYK 0.36 0.66 0 0.28
HSL 266.78º 0.49% 0.48% -
HSV(B) 266.78º 0.66% 0.72% -
XYZ 17.77 10.8 46.5 -
YUV 92.94 179.39 145.16 -
System Red Green Blue C M Y K H S L
Decimal 117 63 184 0.36 0.66 0 0.28 266.78 0.49 0.48
Hex 75 3F B8 24 42 0 1C 10B 31 30
Octal 165 77 270 44 102 0 34 413 61 60
Binary 1110101 111111 10111000 100100 1000010 0 11100 100001011 110001 110000

Color Harmonies of #753FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753FB8

Black with #753FB8

Text Example


Text Example

White with #753FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753FB8; }

 p { color: rgb(117,63,184); }

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

background-color css

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

 a { background-color: rgb(117,63,184); }

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

border-color css

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

 span { border-color: rgb(117,63,184); }

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