Html Css Color HEX #94A9EC Portage

📋 copy color: '#94A9EC'

red 148 ◦ green 169 ◦ blue 236

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

Shades of Portage #94A9EC

Tints of Portage #94A9EC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.56%

 BLUE value IS 236 (92.58% from 255) = 42.68%

R = 26.76%
G = 30.56%
B = 42.68%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#94A9EC (or 0x94A9EC) is known color: Portage. HEX triplet: 94, A9 and EC. RGB value is (148,169,236). Sum of RGB (Red+Green+Blue) = 148+169+236=553 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.76% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #94A9EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A9EC is #6B5613. Grayscale: #AAAAAA. Windows color (decimal): -7034388 or 15509908. OLE color: 15509908.

HSL color Cylindrical-coordinate representation of color #94A9EC: hue angle of 225.68º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94A9EC is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 169 236 -
CMYK 0.37 0.28 0 0.07
HSL 225.68º 0.7% 0.75% -
HSV(B) 225.68º 0.37% 0.93% -
XYZ 41.54 40.73 85.03 -
YUV 170.36 165.04 112.05 -
System Red Green Blue C M Y K H S L
Decimal 148 169 236 0.37 0.28 0 0.07 225.68 0.7 0.75
Hex 94 A9 EC 25 1C 0 7 E2 46 4B
Octal 224 251 354 45 34 0 7 342 106 113
Binary 10010100 10101001 11101100 100101 11100 0 111 11100010 1000110 1001011

Color Harmonies of #94A9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A9EC

Black with #94A9EC

Text Example


Text Example

White with #94A9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,169,236); }

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

background-color css

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

 a { background-color: rgb(148,169,236); }

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

border-color css

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

 span { border-color: rgb(148,169,236); }

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