Html Css Color HEX #94A8DA Portage

📋 copy color: '#94A8DA'

red 148 ◦ green 168 ◦ blue 218

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

Shades of Portage #94A8DA

Tints of Portage #94A8DA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.46%

 BLUE value IS 218 (85.55% from 255) = 40.82%

R = 27.72%
G = 31.46%
B = 40.82%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#94A8DA (or 0x94A8DA) is known color: Portage. HEX triplet: 94, A8 and DA. RGB value is (148,168,218). Sum of RGB (Red+Green+Blue) = 148+168+218=534 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.72% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #94A8DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A8DA is #6B5725. Grayscale: #A7A7A7. Windows color (decimal): -7034662 or 14330004. OLE color: 14330004.

HSL color Cylindrical-coordinate representation of color #94A8DA: hue angle of 222.86º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94A8DA is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 168 218 -
CMYK 0.32 0.23 0 0.15
HSL 222.86º 0.49% 0.72% -
HSV(B) 222.86º 0.32% 0.85% -
XYZ 38.87 39.36 71.88 -
YUV 167.72 156.37 113.93 -
System Red Green Blue C M Y K H S L
Decimal 148 168 218 0.32 0.23 0 0.15 222.86 0.49 0.72
Hex 94 A8 DA 20 17 0 F DF 31 48
Octal 224 250 332 40 27 0 17 337 61 110
Binary 10010100 10101000 11011010 100000 10111 0 1111 11011111 110001 1001000

Color Harmonies of #94A8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A8DA

Black with #94A8DA

Text Example


Text Example

White with #94A8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,168,218); }

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

background-color css

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

 a { background-color: rgb(148,168,218); }

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

border-color css

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

 span { border-color: rgb(148,168,218); }

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