Html Css Color HEX #969CDC Portage

📋 copy color: '#969CDC'

red 150 ◦ green 156 ◦ blue 220

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

Shades of Portage #969CDC

Tints of Portage #969CDC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.66%

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

R = 28.52%
G = 29.66%
B = 41.83%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#969CDC (or 0x969CDC) is known color: Portage. HEX triplet: 96, 9C and DC. RGB value is (150,156,220). Sum of RGB (Red+Green+Blue) = 150+156+220=526 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.52% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #969CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969CDC is #696323. Grayscale: #A1A1A1. Windows color (decimal): -6906660 or 14458006. OLE color: 14458006.

HSL color Cylindrical-coordinate representation of color #969CDC: hue angle of 234.86º 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 #969CDC is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 156 220 -
CMYK 0.32 0.29 0 0.14
HSL 234.86º 0.5% 0.73% -
HSV(B) 234.86º 0.32% 0.86% -
XYZ 37.38 35.43 72.58 -
YUV 161.5 161.01 119.8 -
System Red Green Blue C M Y K H S L
Decimal 150 156 220 0.32 0.29 0 0.14 234.86 0.5 0.73
Hex 96 9C DC 20 1D 0 E EB 32 49
Octal 226 234 334 40 35 0 16 353 62 111
Binary 10010110 10011100 11011100 100000 11101 0 1110 11101011 110010 1001001

Color Harmonies of #969CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969CDC

Black with #969CDC

Text Example


Text Example

White with #969CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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