Html Css Color HEX #94A0EE Portage

📋 copy color: '#94A0EE'

red 148 ◦ green 160 ◦ blue 238

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

Shades of Portage #94A0EE

Tints of Portage #94A0EE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.3%

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

R = 27.11%
G = 29.3%
B = 43.59%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#94A0EE (or 0x94A0EE) is known color: Portage. HEX triplet: 94, A0 and EE. RGB value is (148,160,238). Sum of RGB (Red+Green+Blue) = 148+160+238=546 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.11% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #94A0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A0EE is #6B5F11. Grayscale: #A4A4A4. Windows color (decimal): -7036690 or 15638676. OLE color: 15638676.

HSL color Cylindrical-coordinate representation of color #94A0EE: hue angle of 232º 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 #94A0EE is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 160 238 -
CMYK 0.38 0.33 0 0.07
HSL 232º 0.73% 0.76% -
HSV(B) 232º 0.38% 0.93% -
XYZ 40.22 37.61 86.03 -
YUV 165.3 169.02 115.66 -
System Red Green Blue C M Y K H S L
Decimal 148 160 238 0.38 0.33 0 0.07 232 0.73 0.76
Hex 94 A0 EE 26 21 0 7 E8 49 4C
Octal 224 240 356 46 41 0 7 350 111 114
Binary 10010100 10100000 11101110 100110 100001 0 111 11101000 1001001 1001100

Color Harmonies of #94A0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A0EE

Black with #94A0EE

Text Example


Text Example

White with #94A0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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