Html Css Color HEX #94A2EE Portage

📋 copy color: '#94A2EE'

red 148 ◦ green 162 ◦ blue 238

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

Shades of Portage #94A2EE

Tints of Portage #94A2EE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.56%

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

R = 27.01%
G = 29.56%
B = 43.43%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#94A2EE (or 0x94A2EE) is known color: Portage. HEX triplet: 94, A2 and EE. RGB value is (148,162,238). Sum of RGB (Red+Green+Blue) = 148+162+238=548 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.01% from 548); Green value is 162 (63.67% from 255 or 29.56% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #94A2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A2EE is #6B5D11. Grayscale: #A6A6A6. Windows color (decimal): -7036178 or 15639188. OLE color: 15639188.

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

Color convert

RGB 148 162 238 -
CMYK 0.38 0.32 0 0.07
HSL 230.67º 0.73% 0.76% -
HSV(B) 230.67º 0.38% 0.93% -
XYZ 40.57 38.31 86.15 -
YUV 166.48 168.36 114.82 -
System Red Green Blue C M Y K H S L
Decimal 148 162 238 0.38 0.32 0 0.07 230.67 0.73 0.76
Hex 94 A2 EE 26 20 0 7 E7 49 4C
Octal 224 242 356 46 40 0 7 347 111 114
Binary 10010100 10100010 11101110 100110 100000 0 111 11100111 1001001 1001100

Color Harmonies of #94A2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A2EE

Black with #94A2EE

Text Example


Text Example

White with #94A2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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