Html Css Color HEX #969FFB Portage

📋 copy color: '#969FFB'

red 150 ◦ green 159 ◦ blue 251

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

Shades of Portage #969FFB

Tints of Portage #969FFB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.39%

 BLUE value IS 251 (98.44% from 255) = 44.82%

R = 26.79%
G = 28.39%
B = 44.82%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#969FFB (or 0x969FFB) is known color: Portage. HEX triplet: 96, 9F and FB. RGB value is (150,159,251). Sum of RGB (Red+Green+Blue) = 150+159+251=560 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.79% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #969FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969FFB is #696004. Grayscale: #A6A6A6. Windows color (decimal): -6905861 or 16490390. OLE color: 16490390.

HSL color Cylindrical-coordinate representation of color #969FFB: hue angle of 234.65º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #969FFB is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 159 251 -
CMYK 0.40 0.37 0 0.02
HSL 234.65º 0.93% 0.79% -
HSV(B) 234.65º 0.4% 0.98% -
XYZ 42.39 38.25 96.41 -
YUV 166.8 175.52 116.02 -
System Red Green Blue C M Y K H S L
Decimal 150 159 251 0.40 0.37 0 0.02 234.65 0.93 0.79
Hex 96 9F FB 28 25 0 2 EB 5D 4F
Octal 226 237 373 50 45 0 2 353 135 117
Binary 10010110 10011111 11111011 101000 100101 0 10 11101011 1011101 1001111

Color Harmonies of #969FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969FFB

Black with #969FFB

Text Example


Text Example

White with #969FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,159,251); }

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

background-color css

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

 a { background-color: rgb(150,159,251); }

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

border-color css

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

 span { border-color: rgb(150,159,251); }

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