Html Css Color HEX #949AFB Portage

📋 copy color: '#949AFB'

red 148 ◦ green 154 ◦ blue 251

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

Shades of Portage #949AFB

Tints of Portage #949AFB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.85%

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

R = 26.76%
G = 27.85%
B = 45.39%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#949AFB (or 0x949AFB) is known color: Portage. HEX triplet: 94, 9A and FB. RGB value is (148,154,251). Sum of RGB (Red+Green+Blue) = 148+154+251=553 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.76% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #949AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949AFB is #6B6504. Grayscale: #A2A2A2. Windows color (decimal): -7038213 or 16489108. OLE color: 16489108.

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

Color convert

RGB 148 154 251 -
CMYK 0.41 0.39 0 0.02
HSL 236.5º 0.93% 0.78% -
HSV(B) 236.5º 0.41% 0.98% -
XYZ 41.18 36.37 96.12 -
YUV 163.26 177.51 117.11 -
System Red Green Blue C M Y K H S L
Decimal 148 154 251 0.41 0.39 0 0.02 236.5 0.93 0.78
Hex 94 9A FB 29 27 0 2 ED 5D 4E
Octal 224 232 373 51 47 0 2 355 135 116
Binary 10010100 10011010 11111011 101001 100111 0 10 11101101 1011101 1001110

Color Harmonies of #949AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949AFB

Black with #949AFB

Text Example


Text Example

White with #949AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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