Html Css Color HEX #94A5EE Portage

📋 copy color: '#94A5EE'

red 148 ◦ green 165 ◦ blue 238

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

Shades of Portage #94A5EE

Tints of Portage #94A5EE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.95%

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

R = 26.86%
G = 29.95%
B = 43.19%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#94A5EE (or 0x94A5EE) is known color: Portage. HEX triplet: 94, A5 and EE. RGB value is (148,165,238). Sum of RGB (Red+Green+Blue) = 148+165+238=551 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.86% from 551); Green value is 165 (64.84% from 255 or 29.95% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #94A5EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A5EE is #6B5A11. Grayscale: #A7A7A7. Windows color (decimal): -7035410 or 15639956. OLE color: 15639956.

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

Color convert

RGB 148 165 238 -
CMYK 0.38 0.31 0 0.07
HSL 228.67º 0.73% 0.76% -
HSV(B) 228.67º 0.38% 0.93% -
XYZ 41.1 39.38 86.32 -
YUV 168.24 167.37 113.56 -
System Red Green Blue C M Y K H S L
Decimal 148 165 238 0.38 0.31 0 0.07 228.67 0.73 0.76
Hex 94 A5 EE 26 1F 0 7 E5 49 4C
Octal 224 245 356 46 37 0 7 345 111 114
Binary 10010100 10100101 11101110 100110 11111 0 111 11100101 1001001 1001100

Color Harmonies of #94A5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A5EE

Black with #94A5EE

Text Example


Text Example

White with #94A5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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