Html Css Color HEX #969BDA Portage

📋 copy color: '#969BDA'

red 150 ◦ green 155 ◦ blue 218

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

Shades of Portage #969BDA

Tints of Portage #969BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.68%

R = 28.68%
G = 29.64%
B = 41.68%

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

#969BDA (or 0x969BDA) is known color: Portage. HEX triplet: 96, 9B and DA. RGB value is (150,155,218). Sum of RGB (Red+Green+Blue) = 150+155+218=523 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.68% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #969BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969BDA is #696425. Grayscale: #A0A0A0. Windows color (decimal): -6906918 or 14326678. OLE color: 14326678.

HSL color Cylindrical-coordinate representation of color #969BDA: hue angle of 235.59º degrees, saturation: 0.48, 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 #969BDA is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 155 218 -
CMYK 0.31 0.29 0 0.15
HSL 235.59º 0.48% 0.72% -
HSV(B) 235.59º 0.31% 0.85% -
XYZ 36.95 34.99 71.14 -
YUV 160.69 160.34 120.38 -
System Red Green Blue C M Y K H S L
Decimal 150 155 218 0.31 0.29 0 0.15 235.59 0.48 0.72
Hex 96 9B DA 1F 1D 0 F EC 30 48
Octal 226 233 332 37 35 0 17 354 60 110
Binary 10010110 10011011 11011010 11111 11101 0 1111 11101100 110000 1001000

Color Harmonies of #969BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969BDA

Black with #969BDA

Text Example


Text Example

White with #969BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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