Html Css Color HEX #748CD5 Portage

📋 copy color: '#748CD5'

red 116 ◦ green 140 ◦ blue 213

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

Shades of Portage #748CD5

Tints of Portage #748CD5

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.85%

 BLUE value IS 213 (83.59% from 255) = 45.42%

R = 24.73%
G = 29.85%
B = 45.42%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#748CD5 (or 0x748CD5) is known color: Portage. HEX triplet: 74, 8C and D5. RGB value is (116,140,213). Sum of RGB (Red+Green+Blue) = 116+140+213=469 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.73% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 213 - color contains mainly: blue. Hex color #748CD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748CD5 is #8B732A. Grayscale: #8C8C8C. Windows color (decimal): -9138987 or 13995124. OLE color: 13995124.

HSL color Cylindrical-coordinate representation of color #748CD5: hue angle of 225.15º degrees, saturation: 0.54, 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 #748CD5 is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 140 213 -
CMYK 0.46 0.34 0 0.16
HSL 225.15º 0.54% 0.65% -
HSV(B) 225.15º 0.46% 0.84% -
XYZ 28.59 27.27 66.71 -
YUV 141.15 168.55 110.06 -
System Red Green Blue C M Y K H S L
Decimal 116 140 213 0.46 0.34 0 0.16 225.15 0.54 0.65
Hex 74 8C D5 2E 22 0 10 E1 36 41
Octal 164 214 325 56 42 0 20 341 66 101
Binary 1110100 10001100 11010101 101110 100010 0 10000 11100001 110110 1000001

Color Harmonies of #748CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748CD5

Black with #748CD5

Text Example


Text Example

White with #748CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748CD5; }

 p { color: rgb(116,140,213); }

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

background-color css

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

 a { background-color: rgb(116,140,213); }

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

border-color css

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

 span { border-color: rgb(116,140,213); }

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