Html Css Color HEX #949BF3 Portage

📋 copy color: '#949BF3'

red 148 ◦ green 155 ◦ blue 243

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

Shades of Portage #949BF3

Tints of Portage #949BF3

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.39%

 BLUE value IS 243 (95.31% from 255) = 44.51%

R = 27.11%
G = 28.39%
B = 44.51%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#949BF3 (or 0x949BF3) is known color: Portage. HEX triplet: 94, 9B and F3. RGB value is (148,155,243). Sum of RGB (Red+Green+Blue) = 148+155+243=546 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.11% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 243 (95.31% from 255 or 44.51% from 546); Max value from RGB is 243 - color contains mainly: blue. Hex color #949BF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949BF3 is #6B640C. Grayscale: #A2A2A2. Windows color (decimal): -7037965 or 15965076. OLE color: 15965076.

HSL color Cylindrical-coordinate representation of color #949BF3: hue angle of 235.58º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #949BF3 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 155 243 -
CMYK 0.39 0.36 0 0.05
HSL 235.58º 0.8% 0.77% -
HSV(B) 235.58º 0.39% 0.95% -
XYZ 40.11 36.21 89.67 -
YUV 162.94 173.18 117.34 -
System Red Green Blue C M Y K H S L
Decimal 148 155 243 0.39 0.36 0 0.05 235.58 0.8 0.77
Hex 94 9B F3 27 24 0 5 EC 50 4D
Octal 224 233 363 47 44 0 5 354 120 115
Binary 10010100 10011011 11110011 100111 100100 0 101 11101100 1010000 1001101

Color Harmonies of #949BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949BF3

Black with #949BF3

Text Example


Text Example

White with #949BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,155,243); }

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

background-color css

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

 a { background-color: rgb(148,155,243); }

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

border-color css

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

 span { border-color: rgb(148,155,243); }

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