Html Css Color HEX #969FED Portage

📋 copy color: '#969FED'

red 150 ◦ green 159 ◦ blue 237

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

Shades of Portage #969FED

Tints of Portage #969FED

RGB

 RED value IS 150 (58.98% from 255) = 27.47%

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

 BLUE value IS 237 (92.97% from 255) = 43.41%

R = 27.47%
G = 29.12%
B = 43.41%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#969FED (or 0x969FED) is known color: Portage. HEX triplet: 96, 9F and ED. RGB value is (150,159,237). Sum of RGB (Red+Green+Blue) = 150+159+237=546 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.47% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #969FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969FED is #696012. Grayscale: #A4A4A4. Windows color (decimal): -6905875 or 15572886. OLE color: 15572886.

HSL color Cylindrical-coordinate representation of color #969FED: hue angle of 233.79º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #969FED is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 159 237 -
CMYK 0.37 0.33 0 0.07
HSL 233.79º 0.71% 0.76% -
HSV(B) 233.79º 0.37% 0.93% -
XYZ 40.26 37.39 85.22 -
YUV 165.2 168.52 117.16 -
System Red Green Blue C M Y K H S L
Decimal 150 159 237 0.37 0.33 0 0.07 233.79 0.71 0.76
Hex 96 9F ED 25 21 0 7 EA 47 4C
Octal 226 237 355 45 41 0 7 352 107 114
Binary 10010110 10011111 11101101 100101 100001 0 111 11101010 1000111 1001100

Color Harmonies of #969FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969FED

Black with #969FED

Text Example


Text Example

White with #969FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969FED; }

 p { color: rgb(150,159,237); }

 H1.HeaderClassName
 {
   color: #969FED;
 }
 .AnyTagClassName
 {
   color: #969FED;
 }
</style>

background-color css

<style>
 a { background-color: #969FED; }

 a { background-color: rgb(150,159,237); }

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

border-color css

<style>
 span { border-color: #969FED; }

 span { border-color: rgb(150,159,237); }

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