Html Css Color HEX #754EB6 Studio

📋 copy color: '#754EB6'

red 117 ◦ green 78 ◦ blue 182

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

Shades of Studio #754EB6

Tints of Studio #754EB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 48.28%

R = 31.03%
G = 20.69%
B = 48.28%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#754EB6 (or 0x754EB6) is known color: Studio. HEX triplet: 75, 4E and B6. RGB value is (117,78,182). Sum of RGB (Red+Green+Blue) = 117+78+182=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 182 (71.48% from 255 or 48.28% from 377); Max value from RGB is 182 - color contains mainly: blue. Hex color #754EB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754EB6 is #8AB149. Grayscale: #656565. Windows color (decimal): -9089354 or 11947637. OLE color: 11947637.

HSL color Cylindrical-coordinate representation of color #754EB6: hue angle of 262.5º degrees, saturation: 0.42, 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 #754EB6 is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 117 78 182 -
CMYK 0.36 0.57 0 0.29
HSL 262.5º 0.42% 0.51% -
HSV(B) 262.5º 0.57% 0.71% -
XYZ 18.5 12.61 45.71 -
YUV 101.52 173.42 139.04 -
System Red Green Blue C M Y K H S L
Decimal 117 78 182 0.36 0.57 0 0.29 262.5 0.42 0.51
Hex 75 4E B6 24 39 0 1D 106 2A 33
Octal 165 116 266 44 71 0 35 406 52 63
Binary 1110101 1001110 10110110 100100 111001 0 11101 100000110 101010 110011

Color Harmonies of #754EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754EB6

Black with #754EB6

Text Example


Text Example

White with #754EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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