Html Css Color HEX #95A8DF Portage

📋 copy color: '#95A8DF'

red 149 ◦ green 168 ◦ blue 223

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

Shades of Portage #95A8DF

Tints of Portage #95A8DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.3%

R = 27.59%
G = 31.11%
B = 41.3%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#95A8DF (or 0x95A8DF) is known color: Portage. HEX triplet: 95, A8 and DF. RGB value is (149,168,223). Sum of RGB (Red+Green+Blue) = 149+168+223=540 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.59% from 540); Green value is 168 (66.02% from 255 or 31.11% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #95A8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A8DF is #6A5720. Grayscale: #A8A8A8. Windows color (decimal): -6969121 or 14657685. OLE color: 14657685.

HSL color Cylindrical-coordinate representation of color #95A8DF: hue angle of 224.59º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95A8DF is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 168 223 -
CMYK 0.33 0.25 0 0.13
HSL 224.59º 0.54% 0.73% -
HSV(B) 224.59º 0.33% 0.87% -
XYZ 39.72 39.72 75.39 -
YUV 168.59 158.71 114.03 -
System Red Green Blue C M Y K H S L
Decimal 149 168 223 0.33 0.25 0 0.13 224.59 0.54 0.73
Hex 95 A8 DF 21 19 0 D E1 36 49
Octal 225 250 337 41 31 0 15 341 66 111
Binary 10010101 10101000 11011111 100001 11001 0 1101 11100001 110110 1001001

Color Harmonies of #95A8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A8DF

Black with #95A8DF

Text Example


Text Example

White with #95A8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,168,223); }

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

background-color css

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

 a { background-color: rgb(149,168,223); }

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

border-color css

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

 span { border-color: rgb(149,168,223); }

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