Html Css Color HEX #738ADA Portage

📋 copy color: '#738ADA'

red 115 ◦ green 138 ◦ blue 218

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

Shades of Portage #738ADA

Tints of Portage #738ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.28%

R = 24.42%
G = 29.3%
B = 46.28%

CMYK

 C value IS 0.47

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#738ADA (or 0x738ADA) is known color: Portage. HEX triplet: 73, 8A and DA. RGB value is (115,138,218). Sum of RGB (Red+Green+Blue) = 115+138+218=471 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.42% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #738ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738ADA is #8C7525. Grayscale: #8B8B8B. Windows color (decimal): -9205030 or 14322291. OLE color: 14322291.

HSL color Cylindrical-coordinate representation of color #738ADA: hue angle of 226.6º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #738ADA is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 138 218 -
CMYK 0.47 0.37 0 0.15
HSL 226.6º 0.58% 0.65% -
HSV(B) 226.6º 0.47% 0.85% -
XYZ 28.81 26.88 70 -
YUV 140.24 171.88 110 -
System Red Green Blue C M Y K H S L
Decimal 115 138 218 0.47 0.37 0 0.15 226.6 0.58 0.65
Hex 73 8A DA 2F 25 0 F E3 3A 41
Octal 163 212 332 57 45 0 17 343 72 101
Binary 1110011 10001010 11011010 101111 100101 0 1111 11100011 111010 1000001

Color Harmonies of #738ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738ADA

Black with #738ADA

Text Example


Text Example

White with #738ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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