Html Css Color HEX #959ADA Portage

📋 copy color: '#959ADA'

red 149 ◦ green 154 ◦ blue 218

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

Shades of Portage #959ADA

Tints of Portage #959ADA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.56%

 BLUE value IS 218 (85.55% from 255) = 41.84%

R = 28.6%
G = 29.56%
B = 41.84%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#959ADA (or 0x959ADA) is known color: Portage. HEX triplet: 95, 9A and DA. RGB value is (149,154,218). Sum of RGB (Red+Green+Blue) = 149+154+218=521 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.60% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #959ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959ADA is #6A6525. Grayscale: #9F9F9F. Windows color (decimal): -6972710 or 14326421. OLE color: 14326421.

HSL color Cylindrical-coordinate representation of color #959ADA: hue angle of 235.65º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #959ADA is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 154 218 -
CMYK 0.32 0.29 0 0.15
HSL 235.65º 0.48% 0.72% -
HSV(B) 235.65º 0.32% 0.85% -
XYZ 36.6 34.56 71.07 -
YUV 159.8 160.84 120.3 -
System Red Green Blue C M Y K H S L
Decimal 149 154 218 0.32 0.29 0 0.15 235.65 0.48 0.72
Hex 95 9A DA 20 1D 0 F EC 30 48
Octal 225 232 332 40 35 0 17 354 60 110
Binary 10010101 10011010 11011010 100000 11101 0 1111 11101100 110000 1001000

Color Harmonies of #959ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959ADA

Black with #959ADA

Text Example


Text Example

White with #959ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959ADA; }

 p { color: rgb(149,154,218); }

 H1.HeaderClassName
 {
   color: #959ADA;
 }
 .AnyTagClassName
 {
   color: #959ADA;
 }
</style>

background-color css

<style>
 a { background-color: #959ADA; }

 a { background-color: rgb(149,154,218); }

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

border-color css

<style>
 span { border-color: #959ADA; }

 span { border-color: rgb(149,154,218); }

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