Html Css Color HEX #949FFD Portage

📋 copy color: '#949FFD'

red 148 ◦ green 159 ◦ blue 253

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

Shades of Portage #949FFD

Tints of Portage #949FFD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.39%

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

R = 26.43%
G = 28.39%
B = 45.18%

CMYK

 C value IS 0.42

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#949FFD (or 0x949FFD) is known color: Portage. HEX triplet: 94, 9F and FD. RGB value is (148,159,253). Sum of RGB (Red+Green+Blue) = 148+159+253=560 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.43% from 560); Green value is 159 (62.5% from 255 or 28.39% 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 #949FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949FFD is #6B6002. Grayscale: #A6A6A6. Windows color (decimal): -7036931 or 16621460. OLE color: 16621460.

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

Color convert

RGB 148 159 253 -
CMYK 0.42 0.37 0 0.01
HSL 233.71º 0.96% 0.79% -
HSV(B) 233.71º 0.42% 0.99% -
XYZ 42.34 38.18 98.07 -
YUV 166.43 176.86 114.86 -
System Red Green Blue C M Y K H S L
Decimal 148 159 253 0.42 0.37 0 0.01 233.71 0.96 0.79
Hex 94 9F FD 2A 25 0 1 EA 60 4F
Octal 224 237 375 52 45 0 1 352 140 117
Binary 10010100 10011111 11111101 101010 100101 0 1 11101010 1100000 1001111

Color Harmonies of #949FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949FFD

Black with #949FFD

Text Example


Text Example

White with #949FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949FFD; }

 p { color: rgb(148,159,253); }

 H1.HeaderClassName
 {
   color: #949FFD;
 }
 .AnyTagClassName
 {
   color: #949FFD;
 }
</style>

background-color css

<style>
 a { background-color: #949FFD; }

 a { background-color: rgb(148,159,253); }

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

border-color css

<style>
 span { border-color: #949FFD; }

 span { border-color: rgb(148,159,253); }

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