Html Css Color HEX #94A8EE Portage

📋 copy color: '#94A8EE'

red 148 ◦ green 168 ◦ blue 238

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

Shades of Portage #94A8EE

Tints of Portage #94A8EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.96%

R = 26.71%
G = 30.32%
B = 42.96%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#94A8EE (or 0x94A8EE) is known color: Portage. HEX triplet: 94, A8 and EE. RGB value is (148,168,238). Sum of RGB (Red+Green+Blue) = 148+168+238=554 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.71% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #94A8EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A8EE is #6B5711. Grayscale: #A9A9A9. Windows color (decimal): -7034642 or 15640724. OLE color: 15640724.

HSL color Cylindrical-coordinate representation of color #94A8EE: hue angle of 226.67º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94A8EE is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 168 238 -
CMYK 0.38 0.29 0 0.07
HSL 226.67º 0.73% 0.76% -
HSV(B) 226.67º 0.38% 0.93% -
XYZ 41.65 40.47 86.51 -
YUV 170 166.37 112.31 -
System Red Green Blue C M Y K H S L
Decimal 148 168 238 0.38 0.29 0 0.07 226.67 0.73 0.76
Hex 94 A8 EE 26 1D 0 7 E3 49 4C
Octal 224 250 356 46 35 0 7 343 111 114
Binary 10010100 10101000 11101110 100110 11101 0 111 11100011 1001001 1001100

Color Harmonies of #94A8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A8EE

Black with #94A8EE

Text Example


Text Example

White with #94A8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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