Html Css Color HEX #969BEC Portage

📋 copy color: '#969BEC'

red 150 ◦ green 155 ◦ blue 236

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

Shades of Portage #969BEC

Tints of Portage #969BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.62%

R = 27.73%
G = 28.65%
B = 43.62%

CMYK

 C value IS 0.36

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#969BEC (or 0x969BEC) is known color: Portage. HEX triplet: 96, 9B and EC. RGB value is (150,155,236). Sum of RGB (Red+Green+Blue) = 150+155+236=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 155 (60.94% from 255 or 28.65% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #969BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969BEC is #696413. Grayscale: #A2A2A2. Windows color (decimal): -6906900 or 15506326. OLE color: 15506326.

HSL color Cylindrical-coordinate representation of color #969BEC: hue angle of 236.51º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #969BEC is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 155 236 -
CMYK 0.36 0.34 0 0.07
HSL 236.51º 0.69% 0.76% -
HSV(B) 236.51º 0.36% 0.93% -
XYZ 39.44 35.98 84.22 -
YUV 162.74 169.34 118.91 -
System Red Green Blue C M Y K H S L
Decimal 150 155 236 0.36 0.34 0 0.07 236.51 0.69 0.76
Hex 96 9B EC 24 22 0 7 ED 45 4C
Octal 226 233 354 44 42 0 7 355 105 114
Binary 10010110 10011011 11101100 100100 100010 0 111 11101101 1000101 1001100

Color Harmonies of #969BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969BEC

Black with #969BEC

Text Example


Text Example

White with #969BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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