Html Css Color HEX #949EFB Portage

📋 copy color: '#949EFB'

red 148 ◦ green 158 ◦ blue 251

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

Shades of Portage #949EFB

Tints of Portage #949EFB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.37%

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

R = 26.57%
G = 28.37%
B = 45.06%

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#949EFB (or 0x949EFB) is known color: Portage. HEX triplet: 94, 9E and FB. RGB value is (148,158,251). Sum of RGB (Red+Green+Blue) = 148+158+251=557 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.57% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #949EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949EFB is #6B6104. Grayscale: #A5A5A5. Windows color (decimal): -7037189 or 16490132. OLE color: 16490132.

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

Color convert

RGB 148 158 251 -
CMYK 0.41 0.37 0 0.02
HSL 234.17º 0.93% 0.78% -
HSV(B) 234.17º 0.41% 0.98% -
XYZ 41.85 37.71 96.34 -
YUV 165.61 176.19 115.44 -
System Red Green Blue C M Y K H S L
Decimal 148 158 251 0.41 0.37 0 0.02 234.17 0.93 0.78
Hex 94 9E FB 29 25 0 2 EA 5D 4E
Octal 224 236 373 51 45 0 2 352 135 116
Binary 10010100 10011110 11111011 101001 100101 0 10 11101010 1011101 1001110

Color Harmonies of #949EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949EFB

Black with #949EFB

Text Example


Text Example

White with #949EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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