Html Css Color HEX #969CDE Portage

📋 copy color: '#969CDE'

red 150 ◦ green 156 ◦ blue 222

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

Shades of Portage #969CDE

Tints of Portage #969CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.05%

R = 28.41%
G = 29.55%
B = 42.05%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#969CDE (or 0x969CDE) is known color: Portage. HEX triplet: 96, 9C and DE. RGB value is (150,156,222). Sum of RGB (Red+Green+Blue) = 150+156+222=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #969CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969CDE is #696321. Grayscale: #A1A1A1. Windows color (decimal): -6906658 or 14589078. OLE color: 14589078.

HSL color Cylindrical-coordinate representation of color #969CDE: hue angle of 235º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #969CDE is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 156 222 -
CMYK 0.32 0.30 0 0.13
HSL 235º 0.52% 0.73% -
HSV(B) 235º 0.32% 0.87% -
XYZ 37.65 35.53 73.98 -
YUV 161.73 162.01 119.63 -
System Red Green Blue C M Y K H S L
Decimal 150 156 222 0.32 0.30 0 0.13 235 0.52 0.73
Hex 96 9C DE 20 1E 0 D EB 34 49
Octal 226 234 336 40 36 0 15 353 64 111
Binary 10010110 10011100 11011110 100000 11110 0 1101 11101011 110100 1001001

Color Harmonies of #969CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969CDE

Black with #969CDE

Text Example


Text Example

White with #969CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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