Html Css Color HEX #969FEA Portage

📋 copy color: '#969FEA'

red 150 ◦ green 159 ◦ blue 234

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

Shades of Portage #969FEA

Tints of Portage #969FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.09%

R = 27.62%
G = 29.28%
B = 43.09%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#969FEA (or 0x969FEA) is known color: Portage. HEX triplet: 96, 9F and EA. RGB value is (150,159,234). Sum of RGB (Red+Green+Blue) = 150+159+234=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #969FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969FEA is #696015. Grayscale: #A4A4A4. Windows color (decimal): -6905878 or 15376278. OLE color: 15376278.

HSL color Cylindrical-coordinate representation of color #969FEA: hue angle of 233.57º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #969FEA is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 159 234 -
CMYK 0.36 0.32 0 0.08
HSL 233.57º 0.67% 0.75% -
HSV(B) 233.57º 0.36% 0.92% -
XYZ 39.83 37.22 82.93 -
YUV 164.86 167.02 117.4 -
System Red Green Blue C M Y K H S L
Decimal 150 159 234 0.36 0.32 0 0.08 233.57 0.67 0.75
Hex 96 9F EA 24 20 0 8 EA 43 4B
Octal 226 237 352 44 40 0 10 352 103 113
Binary 10010110 10011111 11101010 100100 100000 0 1000 11101010 1000011 1001011

Color Harmonies of #969FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969FEA

Black with #969FEA

Text Example


Text Example

White with #969FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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