Html Css Color HEX #94A5DE Portage

📋 copy color: '#94A5DE'

red 148 ◦ green 165 ◦ blue 222

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

Shades of Portage #94A5DE

Tints of Portage #94A5DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.5%

R = 27.66%
G = 30.84%
B = 41.5%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#94A5DE (or 0x94A5DE) is known color: Portage. HEX triplet: 94, A5 and DE. RGB value is (148,165,222). Sum of RGB (Red+Green+Blue) = 148+165+222=535 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.66% from 535); Green value is 165 (64.84% from 255 or 30.84% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #94A5DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A5DE is #6B5A21. Grayscale: #A6A6A6. Windows color (decimal): -7035426 or 14591380. OLE color: 14591380.

HSL color Cylindrical-coordinate representation of color #94A5DE: hue angle of 226.22º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94A5DE is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 165 222 -
CMYK 0.33 0.26 0 0.13
HSL 226.22º 0.53% 0.73% -
HSV(B) 226.22º 0.33% 0.87% -
XYZ 38.85 38.48 74.49 -
YUV 166.42 159.37 114.87 -
System Red Green Blue C M Y K H S L
Decimal 148 165 222 0.33 0.26 0 0.13 226.22 0.53 0.73
Hex 94 A5 DE 21 1A 0 D E2 35 49
Octal 224 245 336 41 32 0 15 342 65 111
Binary 10010100 10100101 11011110 100001 11010 0 1101 11100010 110101 1001001

Color Harmonies of #94A5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A5DE

Black with #94A5DE

Text Example


Text Example

White with #94A5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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