Html Css Color HEX #94A5DC Portage

📋 copy color: '#94A5DC'

red 148 ◦ green 165 ◦ blue 220

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

Shades of Portage #94A5DC

Tints of Portage #94A5DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.28%

R = 27.77%
G = 30.96%
B = 41.28%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#94A5DC (or 0x94A5DC) is known color: Portage. HEX triplet: 94, A5 and DC. RGB value is (148,165,220). Sum of RGB (Red+Green+Blue) = 148+165+220=533 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.77% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #94A5DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A5DC is #6B5A23. Grayscale: #A5A5A5. Windows color (decimal): -7035428 or 14460308. OLE color: 14460308.

HSL color Cylindrical-coordinate representation of color #94A5DC: hue angle of 225.83º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94A5DC is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 165 220 -
CMYK 0.33 0.25 0 0.14
HSL 225.83º 0.51% 0.72% -
HSV(B) 225.83º 0.33% 0.86% -
XYZ 38.59 38.37 73.08 -
YUV 166.19 158.37 115.03 -
System Red Green Blue C M Y K H S L
Decimal 148 165 220 0.33 0.25 0 0.14 225.83 0.51 0.72
Hex 94 A5 DC 21 19 0 E E2 33 48
Octal 224 245 334 41 31 0 16 342 63 110
Binary 10010100 10100101 11011100 100001 11001 0 1110 11100010 110011 1001000

Color Harmonies of #94A5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A5DC

Black with #94A5DC

Text Example


Text Example

White with #94A5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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