Html Css Color HEX #738AD6 Portage

📋 copy color: '#738AD6'

red 115 ◦ green 138 ◦ blue 214

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

Shades of Portage #738AD6

Tints of Portage #738AD6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.55%

 BLUE value IS 214 (83.98% from 255) = 45.82%

R = 24.63%
G = 29.55%
B = 45.82%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#738AD6 (or 0x738AD6) is known color: Portage. HEX triplet: 73, 8A and D6. RGB value is (115,138,214). Sum of RGB (Red+Green+Blue) = 115+138+214=467 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.63% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 214 (83.98% from 255 or 45.82% from 467); Max value from RGB is 214 - color contains mainly: blue. Hex color #738AD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738AD6 is #8C7529. Grayscale: #8B8B8B. Windows color (decimal): -9205034 or 14060147. OLE color: 14060147.

HSL color Cylindrical-coordinate representation of color #738AD6: hue angle of 226.06º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #738AD6 is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 138 214 -
CMYK 0.46 0.36 0 0.16
HSL 226.06º 0.55% 0.65% -
HSV(B) 226.06º 0.46% 0.84% -
XYZ 28.3 26.68 67.28 -
YUV 139.79 169.88 110.32 -
System Red Green Blue C M Y K H S L
Decimal 115 138 214 0.46 0.36 0 0.16 226.06 0.55 0.65
Hex 73 8A D6 2E 24 0 10 E2 37 41
Octal 163 212 326 56 44 0 20 342 67 101
Binary 1110011 10001010 11010110 101110 100100 0 10000 11100010 110111 1000001

Color Harmonies of #738AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738AD6

Black with #738AD6

Text Example


Text Example

White with #738AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,138,214); }

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

background-color css

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

 a { background-color: rgb(115,138,214); }

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

border-color css

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

 span { border-color: rgb(115,138,214); }

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