Html Css Color HEX #959ADF Portage

📋 copy color: '#959ADF'

red 149 ◦ green 154 ◦ blue 223

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

Shades of Portage #959ADF

Tints of Portage #959ADF

RGB

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

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

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

R = 28.33%
G = 29.28%
B = 42.4%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#959ADF (or 0x959ADF) is known color: Portage. HEX triplet: 95, 9A and DF. RGB value is (149,154,223). Sum of RGB (Red+Green+Blue) = 149+154+223=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #959ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959ADF is #6A6520. Grayscale: #A0A0A0. Windows color (decimal): -6972705 or 14654101. OLE color: 14654101.

HSL color Cylindrical-coordinate representation of color #959ADF: hue angle of 235.95º 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 #959ADF is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 154 223 -
CMYK 0.33 0.31 0 0.13
HSL 235.95º 0.54% 0.73% -
HSV(B) 235.95º 0.33% 0.87% -
XYZ 37.27 34.83 74.57 -
YUV 160.37 163.34 119.89 -
System Red Green Blue C M Y K H S L
Decimal 149 154 223 0.33 0.31 0 0.13 235.95 0.54 0.73
Hex 95 9A DF 21 1F 0 D EC 36 49
Octal 225 232 337 41 37 0 15 354 66 111
Binary 10010101 10011010 11011111 100001 11111 0 1101 11101100 110110 1001001

Color Harmonies of #959ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959ADF

Black with #959ADF

Text Example


Text Example

White with #959ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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