Html Css Color HEX #754BA5 Studio

📋 copy color: '#754BA5'

red 117 ◦ green 75 ◦ blue 165

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

Shades of Studio #754BA5

Tints of Studio #754BA5

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.01%

 BLUE value IS 165 (64.84% from 255) = 46.22%

R = 32.77%
G = 21.01%
B = 46.22%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#754BA5 (or 0x754BA5) is known color: Studio. HEX triplet: 75, 4B and A5. RGB value is (117,75,165). Sum of RGB (Red+Green+Blue) = 117+75+165=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 165 (64.84% from 255 or 46.22% from 357); Max value from RGB is 165 - color contains mainly: blue. Hex color #754BA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754BA5 is #8AB45A. Grayscale: #616161. Windows color (decimal): -9090139 or 10832757. OLE color: 10832757.

HSL color Cylindrical-coordinate representation of color #754BA5: hue angle of 268º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #754BA5 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 75 165 -
CMYK 0.29 0.55 0 0.35
HSL 268º 0.38% 0.47% -
HSV(B) 268º 0.55% 0.65% -
XYZ 16.64 11.53 36.95 -
YUV 97.82 165.91 141.68 -
System Red Green Blue C M Y K H S L
Decimal 117 75 165 0.29 0.55 0 0.35 268 0.38 0.47
Hex 75 4B A5 1D 37 0 23 10C 26 2F
Octal 165 113 245 35 67 0 43 414 46 57
Binary 1110101 1001011 10100101 11101 110111 0 100011 100001100 100110 101111

Color Harmonies of #754BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754BA5

Black with #754BA5

Text Example


Text Example

White with #754BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,75,165); }

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

background-color css

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

 a { background-color: rgb(117,75,165); }

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

border-color css

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

 span { border-color: rgb(117,75,165); }

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