Html Css Color HEX #959EEA Portage

📋 copy color: '#959EEA'

red 149 ◦ green 158 ◦ blue 234

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

Shades of Portage #959EEA

Tints of Portage #959EEA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.21%

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

R = 27.54%
G = 29.21%
B = 43.25%

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

#959EEA (or 0x959EEA) is known color: Portage. HEX triplet: 95, 9E and EA. RGB value is (149,158,234). Sum of RGB (Red+Green+Blue) = 149+158+234=541 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.54% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #959EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959EEA is #6A6115. Grayscale: #A3A3A3. Windows color (decimal): -6971670 or 15376021. OLE color: 15376021.

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

Color convert

RGB 149 158 234 -
CMYK 0.36 0.32 0 0.08
HSL 233.65º 0.67% 0.75% -
HSV(B) 233.65º 0.36% 0.92% -
XYZ 39.47 36.78 82.86 -
YUV 163.97 167.52 117.32 -
System Red Green Blue C M Y K H S L
Decimal 149 158 234 0.36 0.32 0 0.08 233.65 0.67 0.75
Hex 95 9E EA 24 20 0 8 EA 43 4B
Octal 225 236 352 44 40 0 10 352 103 113
Binary 10010101 10011110 11101010 100100 100000 0 1000 11101010 1000011 1001011

Color Harmonies of #959EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959EEA

Black with #959EEA

Text Example


Text Example

White with #959EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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