Html Css Color HEX #95A3DE Portage

📋 copy color: '#95A3DE'

red 149 ◦ green 163 ◦ blue 222

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

Shades of Portage #95A3DE

Tints of Portage #95A3DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.57%

R = 27.9%
G = 30.52%
B = 41.57%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#95A3DE (or 0x95A3DE) is known color: Portage. HEX triplet: 95, A3 and DE. RGB value is (149,163,222). Sum of RGB (Red+Green+Blue) = 149+163+222=534 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.90% from 534); Green value is 163 (64.06% from 255 or 30.52% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #95A3DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A3DE is #6A5C21. Grayscale: #A5A5A5. Windows color (decimal): -6970402 or 14590869. OLE color: 14590869.

HSL color Cylindrical-coordinate representation of color #95A3DE: hue angle of 228.49º degrees, saturation: 0.53, 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 #95A3DE is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 163 222 -
CMYK 0.33 0.27 0 0.13
HSL 228.49º 0.53% 0.73% -
HSV(B) 228.49º 0.33% 0.87% -
XYZ 38.68 37.86 74.38 -
YUV 165.54 159.86 116.2 -
System Red Green Blue C M Y K H S L
Decimal 149 163 222 0.33 0.27 0 0.13 228.49 0.53 0.73
Hex 95 A3 DE 21 1B 0 D E4 35 49
Octal 225 243 336 41 33 0 15 344 65 111
Binary 10010101 10100011 11011110 100001 11011 0 1101 11100100 110101 1001001

Color Harmonies of #95A3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A3DE

Black with #95A3DE

Text Example


Text Example

White with #95A3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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