Html Css Color HEX #95A1DC Portage

📋 copy color: '#95A1DC'

red 149 ◦ green 161 ◦ blue 220

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

Shades of Portage #95A1DC

Tints of Portage #95A1DC

RGB

 RED value IS 149 (58.59% from 255) = 28.11%

 GREEN value IS 161 (63.28% from 255) = 30.38%

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

R = 28.11%
G = 30.38%
B = 41.51%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#95A1DC (or 0x95A1DC) is known color: Portage. HEX triplet: 95, A1 and DC. RGB value is (149,161,220). Sum of RGB (Red+Green+Blue) = 149+161+220=530 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.11% from 530); Green value is 161 (63.28% from 255 or 30.38% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #95A1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A1DC is #6A5E23. Grayscale: #A3A3A3. Windows color (decimal): -6970916 or 14459285. OLE color: 14459285.

HSL color Cylindrical-coordinate representation of color #95A1DC: hue angle of 229.86º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95A1DC is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 161 220 -
CMYK 0.32 0.27 0 0.14
HSL 229.86º 0.5% 0.72% -
HSV(B) 229.86º 0.32% 0.86% -
XYZ 38.06 37.05 72.86 -
YUV 164.14 159.52 117.2 -
System Red Green Blue C M Y K H S L
Decimal 149 161 220 0.32 0.27 0 0.14 229.86 0.5 0.72
Hex 95 A1 DC 20 1B 0 E E6 32 48
Octal 225 241 334 40 33 0 16 346 62 110
Binary 10010101 10100001 11011100 100000 11011 0 1110 11100110 110010 1001000

Color Harmonies of #95A1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A1DC

Black with #95A1DC

Text Example


Text Example

White with #95A1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95A1DC; }

 p { color: rgb(149,161,220); }

 H1.HeaderClassName
 {
   color: #95A1DC;
 }
 .AnyTagClassName
 {
   color: #95A1DC;
 }
</style>

background-color css

<style>
 a { background-color: #95A1DC; }

 a { background-color: rgb(149,161,220); }

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

border-color css

<style>
 span { border-color: #95A1DC; }

 span { border-color: rgb(149,161,220); }

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