Html Css Color HEX #969BD9 Portage

📋 copy color: '#969BD9'

red 150 ◦ green 155 ◦ blue 217

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

Shades of Portage #969BD9

Tints of Portage #969BD9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.69%

 BLUE value IS 217 (85.16% from 255) = 41.57%

R = 28.74%
G = 29.69%
B = 41.57%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#969BD9 (or 0x969BD9) is known color: Portage. HEX triplet: 96, 9B and D9. RGB value is (150,155,217). Sum of RGB (Red+Green+Blue) = 150+155+217=522 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.74% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 217 (85.16% from 255 or 41.57% from 522); Max value from RGB is 217 - color contains mainly: blue. Hex color #969BD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969BD9 is #696426. Grayscale: #A0A0A0. Windows color (decimal): -6906919 or 14261142. OLE color: 14261142.

HSL color Cylindrical-coordinate representation of color #969BD9: hue angle of 235.52º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #969BD9 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 155 217 -
CMYK 0.31 0.29 0 0.15
HSL 235.52º 0.47% 0.72% -
HSV(B) 235.52º 0.31% 0.85% -
XYZ 36.82 34.94 70.45 -
YUV 160.57 159.84 120.46 -
System Red Green Blue C M Y K H S L
Decimal 150 155 217 0.31 0.29 0 0.15 235.52 0.47 0.72
Hex 96 9B D9 1F 1D 0 F EC 2F 48
Octal 226 233 331 37 35 0 17 354 57 110
Binary 10010110 10011011 11011001 11111 11101 0 1111 11101100 101111 1001000

Color Harmonies of #969BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969BD9

Black with #969BD9

Text Example


Text Example

White with #969BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,155,217); }

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

background-color css

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

 a { background-color: rgb(150,155,217); }

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

border-color css

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

 span { border-color: rgb(150,155,217); }

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