Html Css Color HEX #94A3D9 Portage

📋 copy color: '#94A3D9'

red 148 ◦ green 163 ◦ blue 217

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

Shades of Portage #94A3D9

Tints of Portage #94A3D9

RGB

 RED value IS 148 (58.2% from 255) = 28.03%

 GREEN value IS 163 (64.06% from 255) = 30.87%

 BLUE value IS 217 (85.16% from 255) = 41.1%

R = 28.03%
G = 30.87%
B = 41.1%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#94A3D9 (or 0x94A3D9) is known color: Portage. HEX triplet: 94, A3 and D9. RGB value is (148,163,217). Sum of RGB (Red+Green+Blue) = 148+163+217=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 163 (64.06% from 255 or 30.87% from 528); Blue value is 217 (85.16% from 255 or 41.10% from 528); Max value from RGB is 217 - color contains mainly: blue. Hex color #94A3D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A3D9 is #6B5C26. Grayscale: #A4A4A4. Windows color (decimal): -7035943 or 14263188. OLE color: 14263188.

HSL color Cylindrical-coordinate representation of color #94A3D9: hue angle of 226.96º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94A3D9 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 163 217 -
CMYK 0.32 0.25 0 0.15
HSL 226.96º 0.48% 0.72% -
HSV(B) 226.96º 0.32% 0.85% -
XYZ 37.83 37.5 70.89 -
YUV 164.67 157.53 116.11 -
System Red Green Blue C M Y K H S L
Decimal 148 163 217 0.32 0.25 0 0.15 226.96 0.48 0.72
Hex 94 A3 D9 20 19 0 F E3 30 48
Octal 224 243 331 40 31 0 17 343 60 110
Binary 10010100 10100011 11011001 100000 11001 0 1111 11100011 110000 1001000

Color Harmonies of #94A3D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A3D9

Black with #94A3D9

Text Example


Text Example

White with #94A3D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94A3D9; }

 p { color: rgb(148,163,217); }

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

background-color css

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

 a { background-color: rgb(148,163,217); }

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

border-color css

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

 span { border-color: rgb(148,163,217); }

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