Html Css Color HEX #754C9B Studio

📋 copy color: '#754C9B'

red 117 ◦ green 76 ◦ blue 155

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

Shades of Studio #754C9B

Tints of Studio #754C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.54%

R = 33.62%
G = 21.84%
B = 44.54%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#754C9B (or 0x754C9B) is known color: Studio. HEX triplet: 75, 4C and 9B. RGB value is (117,76,155). Sum of RGB (Red+Green+Blue) = 117+76+155=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #754C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754C9B is #8AB364. Grayscale: #606060. Windows color (decimal): -9089893 or 10177653. OLE color: 10177653.

HSL color Cylindrical-coordinate representation of color #754C9B: hue angle of 271.14º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #754C9B is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 76 155 -
CMYK 0.25 0.51 0 0.39
HSL 271.14º 0.34% 0.45% -
HSV(B) 271.14º 0.51% 0.61% -
XYZ 15.84 11.32 32.36 -
YUV 97.27 160.58 142.08 -
System Red Green Blue C M Y K H S L
Decimal 117 76 155 0.25 0.51 0 0.39 271.14 0.34 0.45
Hex 75 4C 9B 19 33 0 27 10F 22 2D
Octal 165 114 233 31 63 0 47 417 42 55
Binary 1110101 1001100 10011011 11001 110011 0 100111 100001111 100010 101101

Color Harmonies of #754C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C9B

Black with #754C9B

Text Example


Text Example

White with #754C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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