Html Css Color HEX #959AF8 Portage

📋 copy color: '#959AF8'

red 149 ◦ green 154 ◦ blue 248

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

Shades of Portage #959AF8

Tints of Portage #959AF8

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.95%

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

R = 27.04%
G = 27.95%
B = 45.01%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#959AF8 (or 0x959AF8) is known color: Portage. HEX triplet: 95, 9A and F8. RGB value is (149,154,248). Sum of RGB (Red+Green+Blue) = 149+154+248=551 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.04% from 551); Green value is 154 (60.55% from 255 or 27.95% from 551); Blue value is 248 (97.27% from 255 or 45.01% from 551); Max value from RGB is 248 - color contains mainly: blue. Hex color #959AF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959AF8 is #6A6507. Grayscale: #A2A2A2. Windows color (decimal): -6972680 or 16292501. OLE color: 16292501.

HSL color Cylindrical-coordinate representation of color #959AF8: hue angle of 236.97º 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 #959AF8 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 149 154 248 -
CMYK 0.40 0.38 0 0.03
HSL 236.97º 0.88% 0.78% -
HSV(B) 236.97º 0.4% 0.97% -
XYZ 40.89 36.28 93.65 -
YUV 163.22 175.84 117.86 -
System Red Green Blue C M Y K H S L
Decimal 149 154 248 0.40 0.38 0 0.03 236.97 0.88 0.78
Hex 95 9A F8 28 26 0 3 ED 58 4E
Octal 225 232 370 50 46 0 3 355 130 116
Binary 10010101 10011010 11111000 101000 100110 0 11 11101101 1011000 1001110

Color Harmonies of #959AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959AF8

Black with #959AF8

Text Example


Text Example

White with #959AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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