Html Css Color HEX #94A8EF Portage

📋 copy color: '#94A8EF'

red 148 ◦ green 168 ◦ blue 239

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

Shades of Portage #94A8EF

Tints of Portage #94A8EF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.27%

 BLUE value IS 239 (93.75% from 255) = 43.06%

R = 26.67%
G = 30.27%
B = 43.06%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#94A8EF (or 0x94A8EF) is known color: Portage. HEX triplet: 94, A8 and EF. RGB value is (148,168,239). Sum of RGB (Red+Green+Blue) = 148+168+239=555 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.67% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #94A8EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A8EF is #6B5710. Grayscale: #A9A9A9. Windows color (decimal): -7034641 or 15706260. OLE color: 15706260.

HSL color Cylindrical-coordinate representation of color #94A8EF: hue angle of 226.81º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94A8EF is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 168 239 -
CMYK 0.38 0.30 0 0.06
HSL 226.81º 0.74% 0.76% -
HSV(B) 226.81º 0.38% 0.94% -
XYZ 41.8 40.53 87.28 -
YUV 170.11 166.87 112.23 -
System Red Green Blue C M Y K H S L
Decimal 148 168 239 0.38 0.30 0 0.06 226.81 0.74 0.76
Hex 94 A8 EF 26 1E 0 6 E3 4A 4C
Octal 224 250 357 46 36 0 6 343 112 114
Binary 10010100 10101000 11101111 100110 11110 0 110 11100011 1001010 1001100

Color Harmonies of #94A8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A8EF

Black with #94A8EF

Text Example


Text Example

White with #94A8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,168,239); }

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

background-color css

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

 a { background-color: rgb(148,168,239); }

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

border-color css

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

 span { border-color: rgb(148,168,239); }

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