Html Css Color HEX #969FEF Portage

📋 copy color: '#969FEF'

red 150 ◦ green 159 ◦ blue 239

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

Shades of Portage #969FEF

Tints of Portage #969FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.61%

R = 27.37%
G = 29.01%
B = 43.61%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#969FEF (or 0x969FEF) is known color: Portage. HEX triplet: 96, 9F and EF. RGB value is (150,159,239). Sum of RGB (Red+Green+Blue) = 150+159+239=548 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.37% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #969FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969FEF is #696010. Grayscale: #A5A5A5. Windows color (decimal): -6905873 or 15703958. OLE color: 15703958.

HSL color Cylindrical-coordinate representation of color #969FEF: hue angle of 233.93º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #969FEF is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 159 239 -
CMYK 0.37 0.33 0 0.06
HSL 233.93º 0.74% 0.76% -
HSV(B) 233.93º 0.37% 0.94% -
XYZ 40.56 37.51 86.76 -
YUV 165.43 169.52 117 -
System Red Green Blue C M Y K H S L
Decimal 150 159 239 0.37 0.33 0 0.06 233.93 0.74 0.76
Hex 96 9F EF 25 21 0 6 EA 4A 4C
Octal 226 237 357 45 41 0 6 352 112 114
Binary 10010110 10011111 11101111 100101 100001 0 110 11101010 1001010 1001100

Color Harmonies of #969FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969FEF

Black with #969FEF

Text Example


Text Example

White with #969FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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