Html Css Color HEX #738F90 Juniper

📋 copy color: '#738F90'

red 115 ◦ green 143 ◦ blue 144

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

Shades of Juniper #738F90

Tints of Juniper #738F90

RGB

 RED value IS 115 (45.31% from 255) = 28.61%

 GREEN value IS 143 (56.25% from 255) = 35.57%

 BLUE value IS 144 (56.64% from 255) = 35.82%

R = 28.61%
G = 35.57%
B = 35.82%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#738F90 (or 0x738F90) is known color: Juniper. HEX triplet: 73, 8F and 90. RGB value is (115,143,144). Sum of RGB (Red+Green+Blue) = 115+143+144=402 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.61% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 144 - color contains mainly: blue. Hex color #738F90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738F90 is #8C706F. Grayscale: #868686. Windows color (decimal): -9203824 or 9473907. OLE color: 9473907.

HSL color Cylindrical-coordinate representation of color #738F90: hue angle of 182.07º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #738F90 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 143 144 -
CMYK 0.20 0.01 0 0.44
HSL 182.07º 0.12% 0.51% -
HSV(B) 182.07º 0.2% 0.56% -
XYZ 21.93 25.3 30.11 -
YUV 134.74 133.22 113.92 -
System Red Green Blue C M Y K H S L
Decimal 115 143 144 0.20 0.01 0 0.44 182.07 0.12 0.51
Hex 73 8F 90 14 1 0 2C B6 C 33
Octal 163 217 220 24 1 0 54 266 14 63
Binary 1110011 10001111 10010000 10100 1 0 101100 10110110 1100 110011

Color Harmonies of #738F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738F90

Black with #738F90

Text Example


Text Example

White with #738F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738F90; }

 p { color: rgb(115,143,144); }

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

background-color css

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

 a { background-color: rgb(115,143,144); }

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

border-color css

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

 span { border-color: rgb(115,143,144); }

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