Html Css Color HEX #969BDF Portage

📋 copy color: '#969BDF'

red 150 ◦ green 155 ◦ blue 223

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

Shades of Portage #969BDF

Tints of Portage #969BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.23%

R = 28.41%
G = 29.36%
B = 42.23%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#969BDF (or 0x969BDF) is known color: Portage. HEX triplet: 96, 9B and DF. RGB value is (150,155,223). Sum of RGB (Red+Green+Blue) = 150+155+223=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #969BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969BDF is #696420. Grayscale: #A0A0A0. Windows color (decimal): -6906913 or 14654358. OLE color: 14654358.

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

Color convert

RGB 150 155 223 -
CMYK 0.33 0.30 0 0.13
HSL 235.89º 0.53% 0.73% -
HSV(B) 235.89º 0.33% 0.87% -
XYZ 37.62 35.25 74.63 -
YUV 161.26 162.84 119.97 -
System Red Green Blue C M Y K H S L
Decimal 150 155 223 0.33 0.30 0 0.13 235.89 0.53 0.73
Hex 96 9B DF 21 1E 0 D EC 35 49
Octal 226 233 337 41 36 0 15 354 65 111
Binary 10010110 10011011 11011111 100001 11110 0 1101 11101100 110101 1001001

Color Harmonies of #969BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969BDF

Black with #969BDF

Text Example


Text Example

White with #969BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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