Html Css Color HEX #95A3DD Portage

📋 copy color: '#95A3DD'

red 149 ◦ green 163 ◦ blue 221

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

Shades of Portage #95A3DD

Tints of Portage #95A3DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.46%

R = 27.95%
G = 30.58%
B = 41.46%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#95A3DD (or 0x95A3DD) is known color: Portage. HEX triplet: 95, A3 and DD. RGB value is (149,163,221). Sum of RGB (Red+Green+Blue) = 149+163+221=533 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.95% from 533); Green value is 163 (64.06% from 255 or 30.58% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #95A3DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A3DD is #6A5C22. Grayscale: #A5A5A5. Windows color (decimal): -6970403 or 14525333. OLE color: 14525333.

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

Color convert

RGB 149 163 221 -
CMYK 0.33 0.26 0 0.13
HSL 228.33º 0.51% 0.73% -
HSV(B) 228.33º 0.33% 0.87% -
XYZ 38.54 37.8 73.67 -
YUV 165.43 159.36 116.28 -
System Red Green Blue C M Y K H S L
Decimal 149 163 221 0.33 0.26 0 0.13 228.33 0.51 0.73
Hex 95 A3 DD 21 1A 0 D E4 33 49
Octal 225 243 335 41 32 0 15 344 63 111
Binary 10010101 10100011 11011101 100001 11010 0 1101 11100100 110011 1001001

Color Harmonies of #95A3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A3DD

Black with #95A3DD

Text Example


Text Example

White with #95A3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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