Html Css Color HEX #9495FB Portage

📋 copy color: '#9495FB'

red 148 ◦ green 149 ◦ blue 251

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

Shades of Portage #9495FB

Tints of Portage #9495FB

RGB

 RED value IS 148 (58.2% from 255) = 27.01%

 GREEN value IS 149 (58.59% from 255) = 27.19%

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

R = 27.01%
G = 27.19%
B = 45.8%

CMYK

 C value IS 0.41

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9495FB (or 0x9495FB) is known color: Portage. HEX triplet: 94, 95 and FB. RGB value is (148,149,251). Sum of RGB (Red+Green+Blue) = 148+149+251=548 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.01% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #9495FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9495FB is #6B6A04. Grayscale: #9F9F9F. Windows color (decimal): -7039493 or 16487828. OLE color: 16487828.

HSL color Cylindrical-coordinate representation of color #9495FB: hue angle of 239.42º 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 #9495FB is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 149 251 -
CMYK 0.41 0.41 0 0.02
HSL 239.42º 0.93% 0.78% -
HSV(B) 239.42º 0.41% 0.98% -
XYZ 40.37 34.76 95.85 -
YUV 160.33 179.17 119.21 -
System Red Green Blue C M Y K H S L
Decimal 148 149 251 0.41 0.41 0 0.02 239.42 0.93 0.78
Hex 94 95 FB 29 29 0 2 EF 5D 4E
Octal 224 225 373 51 51 0 2 357 135 116
Binary 10010100 10010101 11111011 101001 101001 0 10 11101111 1011101 1001110

Color Harmonies of #9495FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9495FB

Black with #9495FB

Text Example


Text Example

White with #9495FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9495FB; }

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

 H1.HeaderClassName
 {
   color: #9495FB;
 }
 .AnyTagClassName
 {
   color: #9495FB;
 }
</style>

background-color css

<style>
 a { background-color: #9495FB; }

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

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

border-color css

<style>
 span { border-color: #9495FB; }

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

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