Html Css Color HEX #754CB9 Studio

📋 copy color: '#754CB9'

red 117 ◦ green 76 ◦ blue 185

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

Shades of Studio #754CB9

Tints of Studio #754CB9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.11%

 BLUE value IS 185 (72.66% from 255) = 48.94%

R = 30.95%
G = 20.11%
B = 48.94%

CMYK

 C value IS 0.37

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#754CB9 (or 0x754CB9) is known color: Studio. HEX triplet: 75, 4C and B9. RGB value is (117,76,185). Sum of RGB (Red+Green+Blue) = 117+76+185=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 185 (72.66% from 255 or 48.94% from 378); Max value from RGB is 185 - color contains mainly: blue. Hex color #754CB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754CB9 is #8AB346. Grayscale: #646464. Windows color (decimal): -9089863 or 12143733. OLE color: 12143733.

HSL color Cylindrical-coordinate representation of color #754CB9: hue angle of 262.57º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #754CB9 is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 76 185 -
CMYK 0.37 0.59 0 0.27
HSL 262.57º 0.44% 0.51% -
HSV(B) 262.57º 0.59% 0.73% -
XYZ 18.68 12.45 47.32 -
YUV 100.69 175.58 139.64 -
System Red Green Blue C M Y K H S L
Decimal 117 76 185 0.37 0.59 0 0.27 262.57 0.44 0.51
Hex 75 4C B9 25 3B 0 1B 107 2C 33
Octal 165 114 271 45 73 0 33 407 54 63
Binary 1110101 1001100 10111001 100101 111011 0 11011 100000111 101100 110011

Color Harmonies of #754CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754CB9

Black with #754CB9

Text Example


Text Example

White with #754CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754CB9; }

 p { color: rgb(117,76,185); }

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

background-color css

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

 a { background-color: rgb(117,76,185); }

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

border-color css

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

 span { border-color: rgb(117,76,185); }

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