Html Css Color HEX #95A1F0 Portage

📋 copy color: '#95A1F0'

red 149 ◦ green 161 ◦ blue 240

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

Shades of Portage #95A1F0

Tints of Portage #95A1F0

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.27%

 BLUE value IS 240 (94.14% from 255) = 43.64%

R = 27.09%
G = 29.27%
B = 43.64%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#95A1F0 (or 0x95A1F0) is known color: Portage. HEX triplet: 95, A1 and F0. RGB value is (149,161,240). Sum of RGB (Red+Green+Blue) = 149+161+240=550 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.09% from 550); Green value is 161 (63.28% from 255 or 29.27% from 550); Blue value is 240 (94.14% from 255 or 43.64% from 550); Max value from RGB is 240 - color contains mainly: blue. Hex color #95A1F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95A1F0 is #6A5E0F. Grayscale: #A6A6A6. Windows color (decimal): -6970896 or 15770005. OLE color: 15770005.

HSL color Cylindrical-coordinate representation of color #95A1F0: hue angle of 232.09º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95A1F0 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 149 161 240 -
CMYK 0.38 0.33 0 0.06
HSL 232.09º 0.75% 0.76% -
HSV(B) 232.09º 0.38% 0.94% -
XYZ 40.87 38.17 87.65 -
YUV 166.42 169.52 115.58 -
System Red Green Blue C M Y K H S L
Decimal 149 161 240 0.38 0.33 0 0.06 232.09 0.75 0.76
Hex 95 A1 F0 26 21 0 6 E8 4B 4C
Octal 225 241 360 46 41 0 6 350 113 114
Binary 10010101 10100001 11110000 100110 100001 0 110 11101000 1001011 1001100

Color Harmonies of #95A1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A1F0

Black with #95A1F0

Text Example


Text Example

White with #95A1F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95A1F0; }

 p { color: rgb(149,161,240); }

 H1.HeaderClassName
 {
   color: #95A1F0;
 }
 .AnyTagClassName
 {
   color: #95A1F0;
 }
</style>

background-color css

<style>
 a { background-color: #95A1F0; }

 a { background-color: rgb(149,161,240); }

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

border-color css

<style>
 span { border-color: #95A1F0; }

 span { border-color: rgb(149,161,240); }

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