Html Css Color HEX #969AFF Portage

📋 copy color: '#969AFF'

red 150 ◦ green 154 ◦ blue 255

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

Shades of Portage #969AFF

Tints of Portage #969AFF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.55%

 BLUE value IS 255 (100% from 255) = 45.62%

R = 26.83%
G = 27.55%
B = 45.62%

CMYK

 C value IS 0.41

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#969AFF (or 0x969AFF) is known color: Portage. HEX triplet: 96, 9A and FF. RGB value is (150,154,255). Sum of RGB (Red+Green+Blue) = 150+154+255=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #969AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969AFF is #696500. Grayscale: #A3A3A3. Windows color (decimal): -6907137 or 16751254. OLE color: 16751254.

HSL color Cylindrical-coordinate representation of color #969AFF: hue angle of 237.71º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #969AFF is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 150 154 255 -
CMYK 0.41 0.40 0 0
HSL 237.71º 1% 0.79% -
HSV(B) 237.71º 0.41% 1% -
XYZ 42.18 36.82 99.49 -
YUV 164.32 179.17 117.79 -
System Red Green Blue C M Y K H S L
Decimal 150 154 255 0.41 0.40 0 0 237.71 1 0.79
Hex 96 9A FF 29 28 0 0 EE 64 4F
Octal 226 232 377 51 50 0 0 356 144 117
Binary 10010110 10011010 11111111 101001 101000 0 0 11101110 1100100 1001111

Color Harmonies of #969AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969AFF

Black with #969AFF

Text Example


Text Example

White with #969AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,154,255); }

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

background-color css

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

 a { background-color: rgb(150,154,255); }

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

border-color css

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

 span { border-color: rgb(150,154,255); }

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