Html Css Color HEX #969FEE Portage

📋 copy color: '#969FEE'

red 150 ◦ green 159 ◦ blue 238

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

Shades of Portage #969FEE

Tints of Portage #969FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.51%

R = 27.42%
G = 29.07%
B = 43.51%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#969FEE (or 0x969FEE) is known color: Portage. HEX triplet: 96, 9F and EE. RGB value is (150,159,238). Sum of RGB (Red+Green+Blue) = 150+159+238=547 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.42% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #969FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969FEE is #696011. Grayscale: #A4A4A4. Windows color (decimal): -6905874 or 15638422. OLE color: 15638422.

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

Color convert

RGB 150 159 238 -
CMYK 0.37 0.33 0 0.07
HSL 233.86º 0.72% 0.76% -
HSV(B) 233.86º 0.37% 0.93% -
XYZ 40.41 37.45 85.99 -
YUV 165.32 169.02 117.08 -
System Red Green Blue C M Y K H S L
Decimal 150 159 238 0.37 0.33 0 0.07 233.86 0.72 0.76
Hex 96 9F EE 25 21 0 7 EA 48 4C
Octal 226 237 356 45 41 0 7 352 110 114
Binary 10010110 10011111 11101110 100101 100001 0 111 11101010 1001000 1001100

Color Harmonies of #969FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969FEE

Black with #969FEE

Text Example


Text Example

White with #969FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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