Html Css Color HEX #959FDA Portage

📋 copy color: '#959FDA'

red 149 ◦ green 159 ◦ blue 218

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

Shades of Portage #959FDA

Tints of Portage #959FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.23%

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

R = 28.33%
G = 30.23%
B = 41.44%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#959FDA (or 0x959FDA) is known color: Portage. HEX triplet: 95, 9F and DA. RGB value is (149,159,218). Sum of RGB (Red+Green+Blue) = 149+159+218=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #959FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959FDA is #6A6025. Grayscale: #A2A2A2. Windows color (decimal): -6971430 or 14327701. OLE color: 14327701.

HSL color Cylindrical-coordinate representation of color #959FDA: hue angle of 231.3º 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 #959FDA is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 159 218 -
CMYK 0.32 0.27 0 0.15
HSL 231.3º 0.48% 0.72% -
HSV(B) 231.3º 0.32% 0.85% -
XYZ 37.45 36.25 71.35 -
YUV 162.74 159.19 118.2 -
System Red Green Blue C M Y K H S L
Decimal 149 159 218 0.32 0.27 0 0.15 231.3 0.48 0.72
Hex 95 9F DA 20 1B 0 F E7 30 48
Octal 225 237 332 40 33 0 17 347 60 110
Binary 10010101 10011111 11011010 100000 11011 0 1111 11100111 110000 1001000

Color Harmonies of #959FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959FDA

Black with #959FDA

Text Example


Text Example

White with #959FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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