Html Css Color HEX #94A6ED Portage

📋 copy color: '#94A6ED'

red 148 ◦ green 166 ◦ blue 237

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

Shades of Portage #94A6ED

Tints of Portage #94A6ED

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.13%

 BLUE value IS 237 (92.97% from 255) = 43.01%

R = 26.86%
G = 30.13%
B = 43.01%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#94A6ED (or 0x94A6ED) is known color: Portage. HEX triplet: 94, A6 and ED. RGB value is (148,166,237). Sum of RGB (Red+Green+Blue) = 148+166+237=551 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.86% from 551); Green value is 166 (65.23% from 255 or 30.13% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #94A6ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A6ED is #6B5912. Grayscale: #A8A8A8. Windows color (decimal): -7035155 or 15574676. OLE color: 15574676.

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

Color convert

RGB 148 166 237 -
CMYK 0.38 0.30 0 0.07
HSL 227.87º 0.71% 0.75% -
HSV(B) 227.87º 0.38% 0.93% -
XYZ 41.14 39.68 85.61 -
YUV 168.71 166.54 113.23 -
System Red Green Blue C M Y K H S L
Decimal 148 166 237 0.38 0.30 0 0.07 227.87 0.71 0.75
Hex 94 A6 ED 26 1E 0 7 E4 47 4B
Octal 224 246 355 46 36 0 7 344 107 113
Binary 10010100 10100110 11101101 100110 11110 0 111 11100100 1000111 1001011

Color Harmonies of #94A6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A6ED

Black with #94A6ED

Text Example


Text Example

White with #94A6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,166,237); }

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

background-color css

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

 a { background-color: rgb(148,166,237); }

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

border-color css

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

 span { border-color: rgb(148,166,237); }

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