Html Css Color HEX #969FDC Portage

📋 copy color: '#969FDC'

red 150 ◦ green 159 ◦ blue 220

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

Shades of Portage #969FDC

Tints of Portage #969FDC

RGB

 RED value IS 150 (58.98% from 255) = 28.36%

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

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

R = 28.36%
G = 30.06%
B = 41.59%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#969FDC (or 0x969FDC) is known color: Portage. HEX triplet: 96, 9F and DC. RGB value is (150,159,220). Sum of RGB (Red+Green+Blue) = 150+159+220=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #969FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969FDC is #696023. Grayscale: #A3A3A3. Windows color (decimal): -6905892 or 14458774. OLE color: 14458774.

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

Color convert

RGB 150 159 220 -
CMYK 0.32 0.28 0 0.14
HSL 232.29º 0.5% 0.73% -
HSV(B) 232.29º 0.32% 0.86% -
XYZ 37.89 36.45 72.75 -
YUV 163.26 160.02 118.54 -
System Red Green Blue C M Y K H S L
Decimal 150 159 220 0.32 0.28 0 0.14 232.29 0.5 0.73
Hex 96 9F DC 20 1C 0 E E8 32 49
Octal 226 237 334 40 34 0 16 350 62 111
Binary 10010110 10011111 11011100 100000 11100 0 1110 11101000 110010 1001001

Color Harmonies of #969FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969FDC

Black with #969FDC

Text Example


Text Example

White with #969FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969FDC; }

 p { color: rgb(150,159,220); }

 H1.HeaderClassName
 {
   color: #969FDC;
 }
 .AnyTagClassName
 {
   color: #969FDC;
 }
</style>

background-color css

<style>
 a { background-color: #969FDC; }

 a { background-color: rgb(150,159,220); }

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

border-color css

<style>
 span { border-color: #969FDC; }

 span { border-color: rgb(150,159,220); }

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