Html Css Color HEX #959DF8 Portage

📋 copy color: '#959DF8'

red 149 ◦ green 157 ◦ blue 248

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

Shades of Portage #959DF8

Tints of Portage #959DF8

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.34%

 BLUE value IS 248 (97.27% from 255) = 44.77%

R = 26.9%
G = 28.34%
B = 44.77%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#959DF8 (or 0x959DF8) is known color: Portage. HEX triplet: 95, 9D and F8. RGB value is (149,157,248). Sum of RGB (Red+Green+Blue) = 149+157+248=554 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.90% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 248 (97.27% from 255 or 44.77% from 554); Max value from RGB is 248 - color contains mainly: blue. Hex color #959DF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959DF8 is #6A6207. Grayscale: #A4A4A4. Windows color (decimal): -6971912 or 16293269. OLE color: 16293269.

HSL color Cylindrical-coordinate representation of color #959DF8: hue angle of 235.15º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #959DF8 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 149 157 248 -
CMYK 0.40 0.37 0 0.03
HSL 235.15º 0.88% 0.78% -
HSV(B) 235.15º 0.4% 0.97% -
XYZ 41.39 37.28 93.82 -
YUV 164.98 174.85 116.6 -
System Red Green Blue C M Y K H S L
Decimal 149 157 248 0.40 0.37 0 0.03 235.15 0.88 0.78
Hex 95 9D F8 28 25 0 3 EB 58 4E
Octal 225 235 370 50 45 0 3 353 130 116
Binary 10010101 10011101 11111000 101000 100101 0 11 11101011 1011000 1001110

Color Harmonies of #959DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959DF8

Black with #959DF8

Text Example


Text Example

White with #959DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,157,248); }

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

background-color css

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

 a { background-color: rgb(149,157,248); }

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

border-color css

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

 span { border-color: rgb(149,157,248); }

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