Html Css Color HEX #745896 Studio

📋 copy color: '#745896'

red 116 ◦ green 88 ◦ blue 150

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

Shades of Studio #745896

Tints of Studio #745896

RGB

 RED value IS 116 (45.7% from 255) = 32.77%

 GREEN value IS 88 (34.77% from 255) = 24.86%

 BLUE value IS 150 (58.98% from 255) = 42.37%

R = 32.77%
G = 24.86%
B = 42.37%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#745896 (or 0x745896) is known color: Studio. HEX triplet: 74, 58 and 96. RGB value is (116,88,150). Sum of RGB (Red+Green+Blue) = 116+88+150=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 150 - color contains mainly: blue. Hex color #745896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745896 is #8BA769. Grayscale: #676767. Windows color (decimal): -9152362 or 9853044. OLE color: 9853044.

HSL color Cylindrical-coordinate representation of color #745896: hue angle of 267.1º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #745896 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 88 150 -
CMYK 0.23 0.41 0 0.41
HSL 267.1º 0.26% 0.47% -
HSV(B) 267.1º 0.41% 0.59% -
XYZ 16.2 12.89 30.49 -
YUV 103.44 154.28 136.96 -
System Red Green Blue C M Y K H S L
Decimal 116 88 150 0.23 0.41 0 0.41 267.1 0.26 0.47
Hex 74 58 96 17 29 0 29 10B 1A 2F
Octal 164 130 226 27 51 0 51 413 32 57
Binary 1110100 1011000 10010110 10111 101001 0 101001 100001011 11010 101111

Color Harmonies of #745896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745896

Black with #745896

Text Example


Text Example

White with #745896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745896; }

 p { color: rgb(116,88,150); }

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

background-color css

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

 a { background-color: rgb(116,88,150); }

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

border-color css

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

 span { border-color: rgb(116,88,150); }

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