Html Css Color HEX #95A3D5 Portage

📋 copy color: '#95A3D5'

red 149 ◦ green 163 ◦ blue 213

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

Shades of Portage #95A3D5

Tints of Portage #95A3D5

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.05%

 BLUE value IS 213 (83.59% from 255) = 40.57%

R = 28.38%
G = 31.05%
B = 40.57%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#95A3D5 (or 0x95A3D5) is known color: Portage. HEX triplet: 95, A3 and D5. RGB value is (149,163,213). Sum of RGB (Red+Green+Blue) = 149+163+213=525 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.38% from 525); Green value is 163 (64.06% from 255 or 31.05% from 525); Blue value is 213 (83.59% from 255 or 40.57% from 525); Max value from RGB is 213 - color contains mainly: blue. Hex color #95A3D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A3D5 is #6A5C2A. Grayscale: #A4A4A4. Windows color (decimal): -6970411 or 14001045. OLE color: 14001045.

HSL color Cylindrical-coordinate representation of color #95A3D5: hue angle of 226.88º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95A3D5 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 163 213 -
CMYK 0.30 0.23 0 0.16
HSL 226.88º 0.43% 0.71% -
HSV(B) 226.88º 0.3% 0.84% -
XYZ 37.5 37.39 68.19 -
YUV 164.51 155.36 116.93 -
System Red Green Blue C M Y K H S L
Decimal 149 163 213 0.30 0.23 0 0.16 226.88 0.43 0.71
Hex 95 A3 D5 1E 17 0 10 E3 2B 47
Octal 225 243 325 36 27 0 20 343 53 107
Binary 10010101 10100011 11010101 11110 10111 0 10000 11100011 101011 1000111

Color Harmonies of #95A3D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A3D5

Black with #95A3D5

Text Example


Text Example

White with #95A3D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,163,213); }

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

background-color css

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

 a { background-color: rgb(149,163,213); }

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

border-color css

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

 span { border-color: rgb(149,163,213); }

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