Html Css Color HEX #959ADC Portage

📋 copy color: '#959ADC'

red 149 ◦ green 154 ◦ blue 220

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

Shades of Portage #959ADC

Tints of Portage #959ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.07%

R = 28.49%
G = 29.45%
B = 42.07%

CMYK

 C value IS 0.32

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#959ADC (or 0x959ADC) is known color: Portage. HEX triplet: 95, 9A and DC. RGB value is (149,154,220). Sum of RGB (Red+Green+Blue) = 149+154+220=523 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.49% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #959ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959ADC is #6A6523. Grayscale: #9F9F9F. Windows color (decimal): -6972708 or 14457493. OLE color: 14457493.

HSL color Cylindrical-coordinate representation of color #959ADC: hue angle of 235.77º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #959ADC is Cyan = 0.32, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 154 220 -
CMYK 0.32 0.3 0 0.14
HSL 235.77º 0.5% 0.72% -
HSV(B) 235.77º 0.32% 0.86% -
XYZ 36.87 34.67 72.46 -
YUV 160.03 161.84 120.13 -
System Red Green Blue C M Y K H S L
Decimal 149 154 220 0.32 0.3 0 0.14 235.77 0.5 0.72
Hex 95 9A DC 20 1E 0 E EC 32 48
Octal 225 232 334 40 36 0 16 354 62 110
Binary 10010101 10011010 11011100 100000 11110 0 1110 11101100 110010 1001000

Color Harmonies of #959ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959ADC

Black with #959ADC

Text Example


Text Example

White with #959ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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