Html Css Color HEX #959EFD Portage

📋 copy color: '#959EFD'

red 149 ◦ green 158 ◦ blue 253

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

Shades of Portage #959EFD

Tints of Portage #959EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.18%

R = 26.61%
G = 28.21%
B = 45.18%

CMYK

 C value IS 0.41

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#959EFD (or 0x959EFD) is known color: Portage. HEX triplet: 95, 9E and FD. RGB value is (149,158,253). Sum of RGB (Red+Green+Blue) = 149+158+253=560 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.61% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #959EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959EFD is #6A6102. Grayscale: #A5A5A5. Windows color (decimal): -6971651 or 16621205. OLE color: 16621205.

HSL color Cylindrical-coordinate representation of color #959EFD: hue angle of 234.81º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #959EFD is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 149 158 253 -
CMYK 0.41 0.38 0 0.01
HSL 234.81º 0.96% 0.79% -
HSV(B) 234.81º 0.41% 0.99% -
XYZ 42.35 37.94 98.02 -
YUV 166.14 177.02 115.78 -
System Red Green Blue C M Y K H S L
Decimal 149 158 253 0.41 0.38 0 0.01 234.81 0.96 0.79
Hex 95 9E FD 29 26 0 1 EB 60 4F
Octal 225 236 375 51 46 0 1 353 140 117
Binary 10010101 10011110 11111101 101001 100110 0 1 11101011 1100000 1001111

Color Harmonies of #959EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959EFD

Black with #959EFD

Text Example


Text Example

White with #959EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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