Html Css Color HEX #959EFB Portage

📋 copy color: '#959EFB'

red 149 ◦ green 158 ◦ blue 251

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

Shades of Portage #959EFB

Tints of Portage #959EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.98%

R = 26.7%
G = 28.32%
B = 44.98%

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#959EFB (or 0x959EFB) is known color: Portage. HEX triplet: 95, 9E and FB. RGB value is (149,158,251). Sum of RGB (Red+Green+Blue) = 149+158+251=558 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.70% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #959EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959EFB is #6A6104. Grayscale: #A5A5A5. Windows color (decimal): -6971653 or 16490133. OLE color: 16490133.

HSL color Cylindrical-coordinate representation of color #959EFB: hue angle of 234.71º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #959EFB is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 158 251 -
CMYK 0.41 0.37 0 0.02
HSL 234.71º 0.93% 0.78% -
HSV(B) 234.71º 0.41% 0.98% -
XYZ 42.03 37.81 96.35 -
YUV 165.91 176.02 115.94 -
System Red Green Blue C M Y K H S L
Decimal 149 158 251 0.41 0.37 0 0.02 234.71 0.93 0.78
Hex 95 9E FB 29 25 0 2 EB 5D 4E
Octal 225 236 373 51 45 0 2 353 135 116
Binary 10010101 10011110 11111011 101001 100101 0 10 11101011 1011101 1001110

Color Harmonies of #959EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959EFB

Black with #959EFB

Text Example


Text Example

White with #959EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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