Html Css Color HEX #754EB4 Studio

📋 copy color: '#754EB4'

red 117 ◦ green 78 ◦ blue 180

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

Shades of Studio #754EB4

Tints of Studio #754EB4

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.8%

 BLUE value IS 180 (70.7% from 255) = 48%

R = 31.2%
G = 20.8%
B = 48%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#754EB4 (or 0x754EB4) is known color: Studio. HEX triplet: 75, 4E and B4. RGB value is (117,78,180). Sum of RGB (Red+Green+Blue) = 117+78+180=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 180 (70.70% from 255 or 48% from 375); Max value from RGB is 180 - color contains mainly: blue. Hex color #754EB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754EB4 is #8AB14B. Grayscale: #646464. Windows color (decimal): -9089356 or 11816565. OLE color: 11816565.

HSL color Cylindrical-coordinate representation of color #754EB4: hue angle of 262.94º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #754EB4 is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 117 78 180 -
CMYK 0.35 0.57 0 0.29
HSL 262.94º 0.4% 0.51% -
HSV(B) 262.94º 0.57% 0.71% -
XYZ 18.3 12.53 44.63 -
YUV 101.29 172.42 139.21 -
System Red Green Blue C M Y K H S L
Decimal 117 78 180 0.35 0.57 0 0.29 262.94 0.4 0.51
Hex 75 4E B4 23 39 0 1D 107 28 33
Octal 165 116 264 43 71 0 35 407 50 63
Binary 1110101 1001110 10110100 100011 111001 0 11101 100000111 101000 110011

Color Harmonies of #754EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754EB4

Black with #754EB4

Text Example


Text Example

White with #754EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,78,180); }

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

background-color css

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

 a { background-color: rgb(117,78,180); }

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

border-color css

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

 span { border-color: rgb(117,78,180); }

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