Html Css Color HEX #959FEA Portage

📋 copy color: '#959FEA'

red 149 ◦ green 159 ◦ blue 234

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

Shades of Portage #959FEA

Tints of Portage #959FEA

RGB

 RED value IS 149 (58.59% from 255) = 27.49%

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

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

R = 27.49%
G = 29.34%
B = 43.17%

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

#959FEA (or 0x959FEA) is known color: Portage. HEX triplet: 95, 9F and EA. RGB value is (149,159,234). Sum of RGB (Red+Green+Blue) = 149+159+234=542 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.49% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #959FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959FEA is #6A6015. Grayscale: #A4A4A4. Windows color (decimal): -6971414 or 15376277. OLE color: 15376277.

HSL color Cylindrical-coordinate representation of color #959FEA: hue angle of 232.94º 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 #959FEA is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 159 234 -
CMYK 0.36 0.32 0 0.08
HSL 232.94º 0.67% 0.75% -
HSV(B) 232.94º 0.36% 0.92% -
XYZ 39.64 37.13 82.92 -
YUV 164.56 167.19 116.9 -
System Red Green Blue C M Y K H S L
Decimal 149 159 234 0.36 0.32 0 0.08 232.94 0.67 0.75
Hex 95 9F EA 24 20 0 8 E9 43 4B
Octal 225 237 352 44 40 0 10 351 103 113
Binary 10010101 10011111 11101010 100100 100000 0 1000 11101001 1000011 1001011

Color Harmonies of #959FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959FEA

Black with #959FEA

Text Example


Text Example

White with #959FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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